Methods
| Modifier and Type |
Method and Description |
abstract void |
close() |
abstract boolean |
contains(Number480 key) |
SortedMap<Number480,Data> |
get(Number320 key) |
abstract Data |
get(Number480 key) |
abstract SortedMap<Number480,Data> |
get(Number480 fromKey,
Number480 toKey) |
Storage.ProtectionEnable |
getProtectionDomainEnable() |
Storage.ProtectionMode |
getProtectionDomainMode() |
Storage.ProtectionEnable |
getProtectionEntryEnable() |
Storage.ProtectionMode |
getProtectionEntryMode() |
abstract void |
iterateAndRun(Number160 locationKey,
StorageRunner runner) |
abstract boolean |
put(Number480 key,
Data data,
PublicKey publicKey,
boolean putIfAbsent,
boolean domainProtection) |
SortedMap<Number480,Data> |
remove(Number320 number320,
PublicKey publicKey) |
abstract SortedMap<Number480,Data> |
remove(Number480 fromKey,
Number480 toKey,
PublicKey publicKey) |
abstract Data |
remove(Number480 key,
PublicKey publicKey) |
void |
removeDomainProtection(Number160 removeDomain) |
void |
setProtection(Storage.ProtectionEnable protectionDomainEnable,
Storage.ProtectionMode protectionDomainMode,
Storage.ProtectionEnable protectionEntryEnable,
Storage.ProtectionMode protectionEntryMode) |
void |
setProtectionDomainEnable(Storage.ProtectionEnable protectionDomainEnable) |
void |
setProtectionDomainMode(Storage.ProtectionMode protectionDomainMode) |
void |
setProtectionEntryEnable(Storage.ProtectionEnable protectionEntryEnable) |
void |
setProtectionEntryMode(Storage.ProtectionMode protectionEntryMode) |
abstract Collection<Number480> |
storedDirectReplication() |