Uses of Interface
one.microstream.persistence.types.PersistenceTypeHandlerEnsurer
-
Uses of PersistenceTypeHandlerEnsurer in one.microstream.communication.binarydynamic
Constructors in one.microstream.communication.binarydynamic with parameters of type PersistenceTypeHandlerEnsurer Constructor Description ComClientChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)ComHandlerReceiveMessageNewType(PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)ComHostChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer) -
Uses of PersistenceTypeHandlerEnsurer in one.microstream.persistence.binary.util
Methods in one.microstream.persistence.binary.util that return PersistenceTypeHandlerEnsurer Modifier and Type Method Description protected PersistenceTypeHandlerEnsurer<Binary>SerializerFoundation.Default. ensureTypeHandlerEnsurer()PersistenceTypeHandlerEnsurer<Binary>SerializerFoundation.Default. getTypeHandlerEnsurer()PersistenceTypeHandlerEnsurer<Binary>SerializerFoundation. getTypeHandlerEnsurer()Methods in one.microstream.persistence.binary.util with parameters of type PersistenceTypeHandlerEnsurer Modifier and Type Method Description FSerializerFoundation.Default. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<Binary> typeHandlerCreatorLookup)FSerializerFoundation. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<Binary> typeHandlerCreatorLookup) -
Uses of PersistenceTypeHandlerEnsurer in one.microstream.persistence.internal
Classes in one.microstream.persistence.internal that implement PersistenceTypeHandlerEnsurer Modifier and Type Class Description classPersistenceTypeHandlerProviderCreating<D>classPersistenceTypeHandlerProviderFailing<D>Trivial implementation that throws aPersistenceExceptionTypeNotPersistablefor every type.Methods in one.microstream.persistence.internal with parameters of type PersistenceTypeHandlerEnsurer Modifier and Type Method Description static <D> PersistenceTypeHandlerProviderCreating<D>PersistenceTypeHandlerProviderCreating. New(Class<D> dataType, PersistenceTypeManager typeManager, PersistenceTypeHandlerEnsurer<D> typeHandlerEnsurer) -
Uses of PersistenceTypeHandlerEnsurer in one.microstream.persistence.types
Subinterfaces of PersistenceTypeHandlerEnsurer in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceTypeHandlerProvider<D>Classes in one.microstream.persistence.types that implement PersistenceTypeHandlerEnsurer Modifier and Type Class Description static classPersistenceTypeHandlerEnsurer.Default<D>Methods in one.microstream.persistence.types that return PersistenceTypeHandlerEnsurer Modifier and Type Method Description protected PersistenceTypeHandlerEnsurer<D>PersistenceFoundation.Default. ensureTypeHandlerEnsurer()PersistenceTypeHandlerEnsurer<D>PersistenceFoundation.Default. getTypeHandlerEnsurer()PersistenceTypeHandlerEnsurer<D>PersistenceFoundation. getTypeHandlerEnsurer()Methods in one.microstream.persistence.types with parameters of type PersistenceTypeHandlerEnsurer Modifier and Type Method Description FPersistenceFoundation.Default. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<D> typeHandlerCreatorLookup)FPersistenceFoundation. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<D> typeHandlerCreatorLookup)