Uses of Class
ax.antpick.k2hash.K2hashKeyQueue
-
-
Uses of K2hashKeyQueue in ax.antpick.k2hash
Methods in ax.antpick.k2hash that return K2hashKeyQueue Modifier and Type Method Description static K2hashKeyQueue
K2hashKeyQueue. of(long handle)
Constructs a K2hashKeyQueue instance.static K2hashKeyQueue
K2hashKeyQueue. of(long handle, boolean fifo)
Constructs a K2hashKeyQueue instance.static K2hashKeyQueue
K2hashKeyQueue. of(long handle, boolean fifo, String prefix)
Constructs a K2hashKeyQueue instance.static K2hashKeyQueue
K2hashKeyQueue. of(long handle, boolean fifo, String prefix, String pass, long expirationDuration)
Constructs a K2hashKeyQueue instance.
-