public class ViewerObjectRegistryDisabled extends Object implements one.microstream.persistence.types.PersistenceObjectRegistry
PersistenceObjectRegistry.| Constructor and Description |
|---|
ViewerObjectRegistryDisabled() |
| Modifier and Type | Method and Description |
|---|---|
long |
capacity() |
void |
clear() |
void |
clearAll() |
one.microstream.persistence.types.PersistenceObjectRegistry |
Clone() |
boolean |
consolidate() |
boolean |
containsObjectId(long objectId) |
one.microstream.collections.types.XGettingTable<String,? extends one.microstream.hashing.HashStatistics> |
createHashStatistics() |
boolean |
ensureCapacity(long capacity) |
float |
hashDensity() |
int |
hashRange() |
boolean |
isEmpty() |
boolean |
isValid(long objectId,
Object object) |
<A extends one.microstream.persistence.types.PersistenceAcceptor> |
iterateEntries(A acceptor) |
Object |
lookupObject(long objectId) |
long |
lookupObjectId(Object object) |
long |
minimumCapacity() |
Object |
optionalRegisterObject(long objectId,
Object object) |
boolean |
registerConstant(long objectId,
Object constant) |
boolean |
registerObject(long objectId,
Object object) |
boolean |
setConfiguration(float hashDensity,
long minimumCapacity) |
boolean |
setHashDensity(float hashDensity) |
boolean |
setMinimumCapacity(long minimumCapacity) |
long |
size() |
void |
truncate() |
void |
truncateAll() |
void |
validate(long objectId,
Object object) |
public one.microstream.persistence.types.PersistenceObjectRegistry Clone()
Clone in interface one.microstream.persistence.types.PersistenceObjectRegistryClone in interface one.microstream.util.Cloneable<one.microstream.persistence.types.PersistenceObjectRegistry>public long lookupObjectId(Object object)
lookupObjectId in interface one.microstream.persistence.types.PersistenceObjectIdLookuplookupObjectId in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic Object lookupObject(long objectId)
lookupObject in interface one.microstream.persistence.types.PersistenceObjectLookuplookupObject in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean containsObjectId(long objectId)
containsObjectId in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic <A extends one.microstream.persistence.types.PersistenceAcceptor> A iterateEntries(A acceptor)
iterateEntries in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic long size()
size in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean isEmpty()
isEmpty in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic int hashRange()
hashRange in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic float hashDensity()
hashDensity in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic long minimumCapacity()
minimumCapacity in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic long capacity()
capacity in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean setHashDensity(float hashDensity)
setHashDensity in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean setMinimumCapacity(long minimumCapacity)
setMinimumCapacity in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean setConfiguration(float hashDensity,
long minimumCapacity)
setConfiguration in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean ensureCapacity(long capacity)
ensureCapacity in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean registerObject(long objectId,
Object object)
registerObject in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic Object optionalRegisterObject(long objectId, Object object)
optionalRegisterObject in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean registerConstant(long objectId,
Object constant)
registerConstant in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean consolidate()
consolidate in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic void clear()
clear in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic void clearAll()
clearAll in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic void truncate()
truncate in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic void truncateAll()
truncateAll in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic one.microstream.collections.types.XGettingTable<String,? extends one.microstream.hashing.HashStatistics> createHashStatistics()
createHashStatistics in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic boolean isValid(long objectId,
Object object)
isValid in interface one.microstream.persistence.types.PersistenceObjectRegistrypublic void validate(long objectId,
Object object)
validate in interface one.microstream.persistence.types.PersistenceObjectRegistryCopyright © 2021 MicroStream Software. All rights reserved.