Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
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 |
---|---|
int |
ClientCache.size(CachePeekMode... peekModes)
Gets the number of all entries cached across all nodes.
|
IgniteClientFuture<Integer> |
ClientCache.sizeAsync(CachePeekMode... peekModes)
Gets the number of all entries cached across all nodes.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023