Uses of Interface
one.microstream.persistence.binary.types.BinaryValueTranslatorLookupProvider
Package | Description |
---|---|
one.microstream.persistence.binary.types |
-
Uses of BinaryValueTranslatorLookupProvider in one.microstream.persistence.binary.types
Subinterfaces of BinaryValueTranslatorLookupProvider in one.microstream.persistence.binary.types Modifier and Type Interface Description interface
BinaryValueTranslatorMappingProvider
Since the value translator lookup might potentially get rather giant in the future, it is wrapped in a trivial on-demand provider to ensure it is really only created (and held in memory forever) if necessary.Classes in one.microstream.persistence.binary.types that implement BinaryValueTranslatorLookupProvider Modifier and Type Class Description static class
BinaryValueTranslatorMappingProvider.Default
Methods in one.microstream.persistence.binary.types with parameters of type BinaryValueTranslatorLookupProvider Modifier and Type Method Description static BinaryValueTranslatorProvider
BinaryValueTranslatorProvider. New(XGettingMap<String,BinaryValueSetter> customTranslatorLookup, XGettingSequence<? extends BinaryValueTranslatorKeyBuilder> translatorKeyBuilders, BinaryValueTranslatorLookupProvider translatorLookupProvider, boolean switchByteOrder)