Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
Modifier and Type | Method and Description |
---|---|
Iterable<javax.cache.Cache.Entry<K,V>> |
IgniteCache.localEntries(CachePeekMode... peekModes)
Allows for iteration over local cache entries.
|
V |
IgniteCache.localPeek(K key,
CachePeekMode... peekModes)
Peeks at a value in the local storage using an optional peek mode.
|
int |
IgniteCache.localSize(CachePeekMode... peekModes)
Gets the number of all entries cached on this node.
|
long |
IgniteCache.localSizeLong(CachePeekMode... peekModes)
Gets the number of all entries cached on this node as a long value.
|
long |
IgniteCache.localSizeLong(int partition,
CachePeekMode... peekModes)
Gets the number of all entries cached on this node for the partition as a long value.
|
int |
IgniteCache.size(CachePeekMode... peekModes)
Gets the number of all entries cached across all nodes.
|
IgniteFuture<Integer> |
IgniteCache.sizeAsync(CachePeekMode... peekModes)
Asynchronously gets the number of all entries cached across all nodes.
|
long |
IgniteCache.sizeLong(CachePeekMode... peekModes)
Gets the number of all entries cached across all nodes as a long value.
|
long |
IgniteCache.sizeLong(int partition,
CachePeekMode... peekModes)
Gets the number of all entries cached in a partition as a long value.
|
IgniteFuture<Long> |
IgniteCache.sizeLongAsync(CachePeekMode... peekModes)
Asynchronously gets the number of all entries cached across all nodes as a long value.
|
IgniteFuture<Long> |
IgniteCache.sizeLongAsync(int partition,
CachePeekMode... peekModes)
Asynchronously gets the number of all entries cached in a partition as a long value.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable CachePeekMode |
CachePeekMode.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static CachePeekMode |
CachePeekMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachePeekMode[] |
CachePeekMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Iterable<javax.cache.Cache.Entry<Object,Object>> |
HibernateCacheProxy.localEntries(CachePeekMode[] peekModes) |
@Nullable Object |
HibernateCacheProxy.localPeek(Object key,
CachePeekMode[] peekModes) |
int |
HibernateCacheProxy.localSize(CachePeekMode[] peekModes) |
long |
HibernateCacheProxy.localSizeLong(CachePeekMode[] peekModes) |
long |
HibernateCacheProxy.localSizeLong(int partition,
CachePeekMode[] peekModes) |
int |
HibernateCacheProxy.size(CachePeekMode[] peekModes) |
org.apache.ignite.internal.IgniteInternalFuture<Integer> |
HibernateCacheProxy.sizeAsync(CachePeekMode[] peekModes) |
long |
HibernateCacheProxy.sizeLong(CachePeekMode[] peekModes) |
long |
HibernateCacheProxy.sizeLong(int partition,
CachePeekMode[] peekModes) |
org.apache.ignite.internal.IgniteInternalFuture<Long> |
HibernateCacheProxy.sizeLongAsync(CachePeekMode[] peekModes) |
org.apache.ignite.internal.IgniteInternalFuture<Long> |
HibernateCacheProxy.sizeLongAsync(int partition,
CachePeekMode[] peekModes) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019