Methods
Modifier and Type |
Method and Description |
void |
checkTimeout() |
Collection<Number160> |
compareAndPut(Number160 locationKey,
Number160 domainKey,
Map<Number160,HashData> hashDataMap,
PublicKey publicKey,
boolean partial,
boolean protectDomain)
Compares and puts the data if the compare matches
|
DigestInfo |
digest(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys)
Calculates a digest over a specific location and domain.
|
DigestInfo |
digest(Number160 locationKey,
Number160 domainKey,
SimpleBloomFilter<Number160> keyBloomFilter,
SimpleBloomFilter<Number160> contentBloomFilter)
Calculates a digest over a specific location and domain.
|
SortedMap<Number480,Data> |
get(Number160 locationKey,
Number160 domainKey,
Number160 fromContentKey,
Number160 toContentKey) |
KeyLock<Number160> |
getLockNumber160() |
KeyLock<Number320> |
getLockNumber320() |
KeyLock<Number480> |
getLockNumber480() |
KeyLock<Storage> |
getLockStorage() |
StorageGeneric.ProtectionEnable |
getProtectionDomainEnable() |
StorageGeneric.ProtectionMode |
getProtectionDomainMode() |
StorageGeneric.ProtectionEnable |
getProtectionEntryEnable() |
StorageGeneric.ProtectionMode |
getProtectionEntryMode() |
StorageGeneric.PutStatus |
put(Number160 locationKey,
Number160 domainKey,
Number160 contentKey,
Data newData,
PublicKey publicKey,
boolean putIfAbsent,
boolean domainProtection) |
SortedMap<Number480,Data> |
remove(Number160 locationKey,
Number160 domainKey,
Number160 fromContentKey,
Number160 toContentKey,
PublicKey publicKey) |
Data |
remove(Number160 locationKey,
Number160 domainKey,
Number160 contentKey,
PublicKey publicKey) |
void |
removeDomainProtection(Number160 removeDomain) |
void |
setProtection(StorageGeneric.ProtectionEnable protectionDomainEnable,
StorageGeneric.ProtectionMode protectionDomainMode,
StorageGeneric.ProtectionEnable protectionEntryEnable,
StorageGeneric.ProtectionMode protectionEntryMode) |
void |
setProtectionDomainEnable(StorageGeneric.ProtectionEnable protectionDomainEnable) |
void |
setProtectionDomainMode(StorageGeneric.ProtectionMode protectionDomainMode) |
void |
setProtectionEntryEnable(StorageGeneric.ProtectionEnable protectionEntryEnable) |
void |
setProtectionEntryMode(StorageGeneric.ProtectionMode protectionEntryMode) |