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, waiteventspublic 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
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015