public class PinningConfiguration
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
PinningConfiguration.Store
Possible store values
|
Modifier and Type | Field and Description |
---|---|
private PinningConfiguration.Store |
store |
Constructor and Description |
---|
PinningConfiguration() |
Modifier and Type | Method and Description |
---|---|
PinningConfiguration.Store |
getStore()
Return the lowest store from which elements must not be evicted from
|
void |
setStore(java.lang.String store)
Set the store scope
|
PinningConfiguration |
store(PinningConfiguration.Store store)
Set the lowest store from which elements must not be evicted from
|
PinningConfiguration |
store(java.lang.String store)
Set the lowest store from which elements must not be evicted from
|
private volatile PinningConfiguration.Store store
public void setStore(java.lang.String store)
store
- the storage scopepublic PinningConfiguration store(java.lang.String store)
store
- the store, encoded as a stringpublic PinningConfiguration store(PinningConfiguration.Store store)
store
- the storepublic PinningConfiguration.Store getStore()