public class ClientEnumUtil
extends java.lang.Object
Constructor | Description |
---|---|
ClientEnumUtil() |
Modifier and Type | Method | Description |
---|---|---|
static java.util.EnumSet<CacheStatusNotificationType> |
EnumSetCacheStatus(java.util.List<CacheStatusNotificationType> types) |
|
static ClientCacheSyncMode |
getCacheClientSyncMode(java.lang.Integer value) |
|
static com.alachisoft.ncache.client.internal.caching.CacheItemRemovedReason |
getCacheItemRemovedReason(java.lang.Integer value) |
|
static java.lang.String |
getCacheItemRemovedReasonValue(com.alachisoft.ncache.client.internal.caching.CacheItemRemovedReason reason) |
|
static CacheStatusNotificationType |
getCacheStatusNotificationType(java.lang.String value) |
|
static java.lang.String |
getCacheStatusNotificationTypeValue(CacheStatusNotificationType type) |
|
static int |
getClientCacheSyncModeValue(ClientCacheSyncMode mode) |
|
static DeliveryMode |
getDeliveryMode(java.lang.String mode) |
|
static java.lang.String |
getDeliveryModeValue(DeliveryMode mode) |
|
static DeliveryOption |
getDeliveryOption(java.lang.Integer option) |
|
static java.lang.String |
getDeliveryOptionValue(DeliveryOption option) |
|
static IsolationLevel |
getIsolationLevel(java.lang.Integer value) |
|
static int |
getIsolationLevelValue(IsolationLevel options) |
|
static LogLevel |
getLogLevel(java.lang.Integer value) |
|
static int |
getLogLevelValue(LogLevel level) |
|
static SubscriptionPolicy |
getSubscriptionPolicy(java.lang.Integer value) |
|
static java.lang.String |
getSubscriptionPolicyValue(SubscriptionPolicy policy) |
|
static TagSearchOptions |
getTagSearchOptions(java.lang.Integer value) |
|
static int |
getTagSearchOptionsValue(TagSearchOptions options) |
public static TagSearchOptions getTagSearchOptions(java.lang.Integer value)
public static int getTagSearchOptionsValue(TagSearchOptions options)
public static IsolationLevel getIsolationLevel(java.lang.Integer value)
public static int getIsolationLevelValue(IsolationLevel options)
public static ClientCacheSyncMode getCacheClientSyncMode(java.lang.Integer value)
public static int getClientCacheSyncModeValue(ClientCacheSyncMode mode)
public static CacheStatusNotificationType getCacheStatusNotificationType(java.lang.String value)
public static java.lang.String getCacheStatusNotificationTypeValue(CacheStatusNotificationType type)
public static DeliveryMode getDeliveryMode(java.lang.String mode)
public static java.lang.String getDeliveryModeValue(DeliveryMode mode)
public static DeliveryOption getDeliveryOption(java.lang.Integer option)
public static java.lang.String getDeliveryOptionValue(DeliveryOption option)
public static SubscriptionPolicy getSubscriptionPolicy(java.lang.Integer value)
public static java.lang.String getSubscriptionPolicyValue(SubscriptionPolicy policy)
public static com.alachisoft.ncache.client.internal.caching.CacheItemRemovedReason getCacheItemRemovedReason(java.lang.Integer value)
public static java.lang.String getCacheItemRemovedReasonValue(com.alachisoft.ncache.client.internal.caching.CacheItemRemovedReason reason)
public static LogLevel getLogLevel(java.lang.Integer value)
public static int getLogLevelValue(LogLevel level)
public static java.util.EnumSet<CacheStatusNotificationType> EnumSetCacheStatus(java.util.List<CacheStatusNotificationType> types) throws java.lang.Exception
java.lang.Exception