Uses of Interface
com.carrotsearch.hppc.ObjectLongMap
-
Packages that use ObjectLongMap Package Description com.carrotsearch.hppc org.elasticsearch.index.seqno org.elasticsearch.index.shard -
-
Uses of ObjectLongMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectLongMap Modifier and Type Class Description classObjectLongHashMap<KType>A hash map ofObjecttolong, implemented using open addressing with linear probing for collision resolution. -
Uses of ObjectLongMap in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return ObjectLongMap Modifier and Type Method Description ObjectLongMap<String>ReplicationTracker. getInSyncGlobalCheckpoints()Get the local knowledge of the persisted global checkpoints for all in-sync allocation IDs. -
Uses of ObjectLongMap in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return ObjectLongMap Modifier and Type Method Description ObjectLongMap<String>IndexShard. getInSyncGlobalCheckpoints()Get the local knowledge of the global checkpoints for all in-sync allocation IDs.
-