public static enum CacheEntryViews.CacheEntryViewType extends Enum<CacheEntryViews.CacheEntryViewType>
CacheEntryView implementations.| Enum Constant and Description | 
|---|
| DEFAULTRepresents  DefaultCacheEntryView | 
| LAZYRepresents  LazyCacheEntryView | 
| Modifier and Type | Method and Description | 
|---|---|
| static CacheEntryViews.CacheEntryViewType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CacheEntryViews.CacheEntryViewType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CacheEntryViews.CacheEntryViewType DEFAULT
DefaultCacheEntryViewpublic static final CacheEntryViews.CacheEntryViewType LAZY
LazyCacheEntryViewpublic static CacheEntryViews.CacheEntryViewType[] values()
for (CacheEntryViews.CacheEntryViewType c : CacheEntryViews.CacheEntryViewType.values()) System.out.println(c);
public static CacheEntryViews.CacheEntryViewType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.