Modifier and Type | Field and Description |
---|---|
static Hasher<Object[]> |
Hasher.ARRAY |
static Hasher |
Hasher.BASIC |
static Hasher<byte[]> |
Hasher.BYTE_ARRAY |
static Hasher<char[]> |
Hasher.CHAR_ARRAY |
static Hasher<double[]> |
Hasher.DOUBLE_ARRAY |
protected Hasher<K> |
HTreeMap.hasher |
protected Hasher<?> |
DB.HTreeMapMaker.hasher |
protected Hasher<?> |
DB.HTreeSetMaker.hasher |
static Hasher<int[]> |
Hasher.INT_ARRAY |
static Hasher<long[]> |
Hasher.LONG_ARRAY |
Modifier and Type | Method and Description |
---|---|
DB.HTreeMapMaker |
DB.HTreeMapMaker.hasher(Hasher<?> hasher) |
DB.HTreeSetMaker |
DB.HTreeSetMaker.hasher(Hasher<?> hasher) |
Constructor and Description |
---|
HTreeMap(Engine engine,
long counterRecid,
int hashSalt,
long[] segmentRecids,
Serializer<K> keySerializer,
Serializer<V> valueSerializer,
long expireTimeStart,
long expire,
long expireAccess,
long expireMaxSize,
long expireStoreSize,
long[] expireHeads,
long[] expireTails,
Fun.Function1<V,K> valueCreator,
Hasher hasher,
boolean disableLocks)
Opens HTreeMap
|
Copyright © 2016. All rights reserved.