protected abstract static class StreamerIndexProviderAdapter.Entry<E,K,V> extends Object implements StreamerIndexEntry<E,K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
K |
key()
Gets index entry key.
|
StreamerIndexProviderAdapter.IndexKey<V> |
keyIndex() |
String |
toString() |
V |
value()
Gets index entry value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
events
public K key()
key
in interface StreamerIndexEntry<E,K,V>
public V value()
For sorted indexes, the sorting happens based on this value.
value
in interface StreamerIndexEntry<E,K,V>
@Nullable public StreamerIndexProviderAdapter.IndexKey<V> keyIndex()
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015