Class BinaryPersistenceRootsProvider.Default
java.lang.Object
one.microstream.persistence.binary.types.BinaryPersistenceRootsProvider.Default
- All Implemented Interfaces:
- BinaryPersistenceRootsProvider,- PersistenceRootsProvider<Binary>
- Enclosing interface:
- BinaryPersistenceRootsProvider
public static final class BinaryPersistenceRootsProvider.Default extends Object implements BinaryPersistenceRootsProvider
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.binary.types.BinaryPersistenceRootsProviderBinaryPersistenceRootsProvider.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description PersistenceRootspeekRoots()PersistenceRootsprovideRoots()voidregisterRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<Binary> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry)Only thePersistenceRootsProviderimplementation can ensure that the handler fits the instance, so it has to do the registering as well.voidupdateRuntimeRoots(PersistenceRoots runtimeRoots)
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
provideRoots- Specified by:
- provideRootsin interface- PersistenceRootsProvider<Binary>
 
- 
peekRoots- Specified by:
- peekRootsin interface- PersistenceRootsProvider<Binary>
 
- 
updateRuntimeRoots- Specified by:
- updateRuntimeRootsin interface- PersistenceRootsProvider<Binary>
 
- 
registerRootsTypeHandlerCreatorpublic final void registerRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<Binary> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry)Description copied from interface:PersistenceRootsProviderOnly thePersistenceRootsProviderimplementation can ensure that the handler fits the instance, so it has to do the registering as well.- Specified by:
- registerRootsTypeHandlerCreatorin interface- PersistenceRootsProvider<Binary>
 
 
-