public class StoreBuilder
extends java.lang.Object
Constructor and Description |
---|
StoreBuilder(Path path) |
Modifier and Type | Method and Description |
---|---|
StoreReadWrite |
build() |
Path |
getPath() |
boolean |
isJniMmap() |
boolean |
isMmap() |
StoreBuilder |
jniMmap(boolean isJniMmap) |
public StoreBuilder(Path path)
public Path getPath()
public boolean isMmap()
public StoreBuilder jniMmap(boolean isJniMmap)
public boolean isJniMmap()
public StoreReadWrite build()