KEY - ENTRY - MAP - REGISTRY - public interface RegistrySandbox<KEY,ENTRY extends Identifiable<KEY>,MAP extends Map<KEY,ENTRY>,REGISTRY extends Registry<KEY,ENTRY>> extends Registry<KEY,ENTRY>
Shutdownable.ShutdownDeamonTYPE_FIELD_NAME| Modifier and Type | Method and Description |
|---|---|
ENTRY |
load(ENTRY entry) |
void |
registerConsistencyHandler(ConsistencyHandler<KEY,ENTRY,MAP,REGISTRY> consistencyHandler) |
void |
removeConsistencyHandler(ConsistencyHandler<KEY,ENTRY,MAP,REGISTRY> consistencyHandler) |
void |
replaceInternalMap(Map<KEY,ENTRY> map) |
void |
sync(MAP map) |
addDependencyObserver, clear, contains, contains, get, get, getEntries, getEntryMap, getName, isConsistent, isEmpty, isEmtpy, isReadOnly, isReady, isSandbox, recursiveTryLockRegistry, register, remove, remove, removeDependencyObserver, size, tryLockRegistry, unlockRegistry, updatecheckWriteAccess, isWritableaddObserver, getLatestValue, getValue, getValueFuture, isValueAvailable, removeObserver, waitForValue, waitForValueregisterShutdownHook, registerShutdownHook, shutdownvoid sync(MAP map) throws CouldNotPerformException
CouldNotPerformExceptionvoid registerConsistencyHandler(ConsistencyHandler<KEY,ENTRY,MAP,REGISTRY> consistencyHandler) throws CouldNotPerformException
CouldNotPerformExceptionvoid removeConsistencyHandler(ConsistencyHandler<KEY,ENTRY,MAP,REGISTRY> consistencyHandler) throws CouldNotPerformException
CouldNotPerformExceptionvoid replaceInternalMap(Map<KEY,ENTRY> map) throws CouldNotPerformException
CouldNotPerformExceptionENTRY load(ENTRY entry) throws CouldNotPerformException
CouldNotPerformExceptionCopyright © 2015–2018 openbase.org. All rights reserved.