public class StoreProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StoreProperties.StorePropertiesBuilder |
Modifier and Type | Method and Description |
---|---|
boolean |
isDurableStore()
Flag to indicate whether a store is durable, that is, it's contents are available cross container restarts
or host reallocation.
|
boolean |
isLoggedStore()
Flag to indicate whether a store is associated with a changelog (used for recovery) or not
|
boolean |
isPersistedToDisk()
Flag to indicate whether a store can be persisted to disk or not
|
public boolean isPersistedToDisk()
public boolean isLoggedStore()
public boolean isDurableStore()