Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
Modifier and Type | Method and Description |
---|---|
static CacheEntryViews.CacheEntryViewType |
CacheEntryViews.CacheEntryViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheEntryViews.CacheEntryViewType[] |
CacheEntryViews.CacheEntryViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CacheEntryView<Data,Data> |
CacheEntryViews.createEntryView(Data key,
Data value,
CacheRecord record,
CacheEntryViews.CacheEntryViewType cacheEntryViewType)
Creates a
CacheEntryView instance. |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.