| Modifier and Type | Class and Description |
|---|---|
static class |
PinningConfiguration.Store
Possible store values
|
| 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(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(String store)
Set the lowest store from which elements must not be evicted from
|
public void setStore(String store)
store - the storage scopepublic PinningConfiguration store(String store)
store - the store, encoded as a stringpublic PinningConfiguration store(PinningConfiguration.Store store)
store - the storepublic PinningConfiguration.Store getStore()
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.