Package org.caffinitas.ohc.benchmark
Class BenchmarkOHC
- java.lang.Object
-
- org.caffinitas.ohc.benchmark.BenchmarkOHC
-
public final class BenchmarkOHC extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUCKET_HISTOGRAMstatic StringCAPACITYstatic StringCHUNK_SIZEstatic StringCSVstatic StringDEFAULT_KEY_DISTstatic StringDEFAULT_VALUE_SIZE_DISTstatic StringDURATIONstatic StringEVICTIONstatic StringFIXED_KEY_SIZEstatic StringFIXED_VALUE_SIZEstatic StringHASH_MODEstatic StringHASH_TABLE_SIZEstatic StringKEY_LENstatic StringLOAD_FACTORstatic StringMAX_ENTRY_SIZEstatic intONE_MBstatic StringREAD_KEY_DISTstatic StringREAD_WRITE_RATIOstatic StringSEGMENT_COUNTstatic StringTHREADSstatic StringUNLOCKEDstatic StringVALUE_SIZE_DISTstatic StringWARM_UPstatic StringWRITE_KEY_DIST
-
Constructor Summary
Constructors Constructor Description BenchmarkOHC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static voidprintMessage(String format, Object... objects)
-
-
-
Field Detail
-
THREADS
public static final String THREADS
- See Also:
- Constant Field Values
-
CAPACITY
public static final String CAPACITY
- See Also:
- Constant Field Values
-
DURATION
public static final String DURATION
- See Also:
- Constant Field Values
-
SEGMENT_COUNT
public static final String SEGMENT_COUNT
- See Also:
- Constant Field Values
-
LOAD_FACTOR
public static final String LOAD_FACTOR
- See Also:
- Constant Field Values
-
HASH_TABLE_SIZE
public static final String HASH_TABLE_SIZE
- See Also:
- Constant Field Values
-
WARM_UP
public static final String WARM_UP
- See Also:
- Constant Field Values
-
KEY_LEN
public static final String KEY_LEN
- See Also:
- Constant Field Values
-
READ_WRITE_RATIO
public static final String READ_WRITE_RATIO
- See Also:
- Constant Field Values
-
READ_KEY_DIST
public static final String READ_KEY_DIST
- See Also:
- Constant Field Values
-
WRITE_KEY_DIST
public static final String WRITE_KEY_DIST
- See Also:
- Constant Field Values
-
VALUE_SIZE_DIST
public static final String VALUE_SIZE_DIST
- See Also:
- Constant Field Values
-
BUCKET_HISTOGRAM
public static final String BUCKET_HISTOGRAM
- See Also:
- Constant Field Values
-
CHUNK_SIZE
public static final String CHUNK_SIZE
- See Also:
- Constant Field Values
-
FIXED_KEY_SIZE
public static final String FIXED_KEY_SIZE
- See Also:
- Constant Field Values
-
FIXED_VALUE_SIZE
public static final String FIXED_VALUE_SIZE
- See Also:
- Constant Field Values
-
MAX_ENTRY_SIZE
public static final String MAX_ENTRY_SIZE
- See Also:
- Constant Field Values
-
UNLOCKED
public static final String UNLOCKED
- See Also:
- Constant Field Values
-
EVICTION
public static final String EVICTION
- See Also:
- Constant Field Values
-
HASH_MODE
public static final String HASH_MODE
- See Also:
- Constant Field Values
-
CSV
public static final String CSV
- See Also:
- Constant Field Values
-
DEFAULT_VALUE_SIZE_DIST
public static final String DEFAULT_VALUE_SIZE_DIST
- See Also:
- Constant Field Values
-
DEFAULT_KEY_DIST
public static final String DEFAULT_KEY_DIST
- See Also:
- Constant Field Values
-
ONE_MB
public static final int ONE_MB
- See Also:
- Constant Field Values
-
-