Uses of Interface
org.mapdb.Hasher

Uses of Hasher in org.mapdb
 

Fields in org.mapdb declared as Hasher
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
           
 

Methods in org.mapdb with parameters of type Hasher
 DB.HTreeMapMaker DB.HTreeMapMaker.hasher(Hasher<?> hasher)
           
 DB.HTreeSetMaker DB.HTreeSetMaker.hasher(Hasher<?> hasher)
           
 

Constructors in org.mapdb with parameters of type Hasher
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 © 2014. All Rights Reserved.