public class RegionShortcutToDataPolicyConverter extends Object implements Converter<org.apache.geode.cache.RegionShortcut,org.apache.geode.cache.DataPolicy>
DataPolicy
,
RegionShortcut
,
Converter
,
RegionShortcutWrapper
Modifier and Type | Field and Description |
---|---|
static RegionShortcutToDataPolicyConverter |
INSTANCE |
Constructor and Description |
---|
RegionShortcutToDataPolicyConverter() |
Modifier and Type | Method and Description |
---|---|
org.apache.geode.cache.DataPolicy |
convert(org.apache.geode.cache.RegionShortcut regionShortcut)
Converts the given
RegionShortcut into a corresponding DataPolicy . |
public static final RegionShortcutToDataPolicyConverter INSTANCE
@Nullable public org.apache.geode.cache.DataPolicy convert(org.apache.geode.cache.RegionShortcut regionShortcut)
RegionShortcut
into a corresponding DataPolicy
.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.