Uses of Interface
one.microstream.persistence.types.PersistenceSizedArrayLengthController
- 
Uses of PersistenceSizedArrayLengthController in one.microstream.collectionsMethods in one.microstream.collections with parameters of type PersistenceSizedArrayLengthController Modifier and Type Method Description static BinaryHandlerBulkListBinaryHandlerBulkList. New(PersistenceSizedArrayLengthController controller)static BinaryHandlerEqBulkListBinaryHandlerEqBulkList. New(PersistenceSizedArrayLengthController controller)static BinaryHandlerLimitListBinaryHandlerLimitList. New(PersistenceSizedArrayLengthController controller)
- 
Uses of PersistenceSizedArrayLengthController in one.microstream.jdk8.java.utilMethods in one.microstream.jdk8.java.util with parameters of type PersistenceSizedArrayLengthController Modifier and Type Method Description static BinaryHandlerArrayListBinaryHandlerArrayList. New(PersistenceSizedArrayLengthController controller)static BinaryHandlerStackBinaryHandlerStack. New(PersistenceSizedArrayLengthController controller)static BinaryHandlerVectorBinaryHandlerVector. New(PersistenceSizedArrayLengthController controller)
- 
Uses of PersistenceSizedArrayLengthController in one.microstream.persistence.binary.internalConstructors in one.microstream.persistence.binary.internal with parameters of type PersistenceSizedArrayLengthController Constructor Description AbstractBinaryHandlerCustomIterableSizedArray(Class<T> type, XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric> customFields, PersistenceSizedArrayLengthController controller)
- 
Uses of PersistenceSizedArrayLengthController in one.microstream.persistence.binary.types
- 
Uses of PersistenceSizedArrayLengthController in one.microstream.persistence.typesClasses in one.microstream.persistence.types that implement PersistenceSizedArrayLengthController Modifier and Type Class Description static classPersistenceSizedArrayLengthController.Fittingstatic classPersistenceSizedArrayLengthController.Limitedstatic classPersistenceSizedArrayLengthController.UnrestrictedMethods in one.microstream.persistence.types that return PersistenceSizedArrayLengthController Modifier and Type Method Description PersistenceSizedArrayLengthControllerPersistenceFoundation.Default. getSizedArrayLengthController()PersistenceSizedArrayLengthControllerPersistenceFoundation. getSizedArrayLengthController()Methods in one.microstream.persistence.types with parameters of type PersistenceSizedArrayLengthController Modifier and Type Method Description voidPersistenceTypeHandlerRegistration. registerTypeHandlers(PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, PersistenceSizedArrayLengthController sizedArrayLengthController)FPersistenceFoundation.Default. setSizedArrayLengthController(PersistenceSizedArrayLengthController sizedArrayLengthController)FPersistenceFoundation. setSizedArrayLengthController(PersistenceSizedArrayLengthController sizedArrayLengthController)