public static final class MapDBStore.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExternalStore |
build() |
MapDBStore.Builder |
withDatabase(MapDBDatabase database) |
MapDBStore.Builder |
withKeyPoolShift(int keyPoolShift) |
MapDBStore.Builder |
withNodeSize(int nodeSize) |
MapDBStore.Builder |
withPump() |
public MapDBStore.Builder withDatabase(MapDBDatabase database)
public MapDBStore.Builder withPump()
public MapDBStore.Builder withKeyPoolShift(int keyPoolShift)
public MapDBStore.Builder withNodeSize(int nodeSize)
public ExternalStore build()