Uses of Interface
one.microstream.persistence.types.PersistenceSizedArrayLengthController
-
Uses of PersistenceSizedArrayLengthController in one.microstream.collections
Methods in one.microstream.collections with parameters of type PersistenceSizedArrayLengthController Modifier and Type Method Description static BinaryHandlerBulkList
BinaryHandlerBulkList. New(PersistenceSizedArrayLengthController controller)
static BinaryHandlerEqBulkList
BinaryHandlerEqBulkList. New(PersistenceSizedArrayLengthController controller)
static BinaryHandlerLimitList
BinaryHandlerLimitList. New(PersistenceSizedArrayLengthController controller)
-
Uses of PersistenceSizedArrayLengthController in one.microstream.jdk8.java.util
Methods in one.microstream.jdk8.java.util with parameters of type PersistenceSizedArrayLengthController Modifier and Type Method Description static BinaryHandlerArrayList
BinaryHandlerArrayList. New(PersistenceSizedArrayLengthController controller)
static BinaryHandlerStack
BinaryHandlerStack. New(PersistenceSizedArrayLengthController controller)
static BinaryHandlerVector
BinaryHandlerVector. New(PersistenceSizedArrayLengthController controller)
-
Uses of PersistenceSizedArrayLengthController in one.microstream.persistence.binary.internal
Constructors 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.types
Classes in one.microstream.persistence.types that implement PersistenceSizedArrayLengthController Modifier and Type Class Description static class
PersistenceSizedArrayLengthController.Fitting
static class
PersistenceSizedArrayLengthController.Limited
static class
PersistenceSizedArrayLengthController.Unrestricted
Methods in one.microstream.persistence.types that return PersistenceSizedArrayLengthController Modifier and Type Method Description PersistenceSizedArrayLengthController
PersistenceFoundation.Default. getSizedArrayLengthController()
PersistenceSizedArrayLengthController
PersistenceFoundation. getSizedArrayLengthController()
Methods in one.microstream.persistence.types with parameters of type PersistenceSizedArrayLengthController Modifier and Type Method Description void
PersistenceTypeHandlerRegistration. registerTypeHandlers(PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, PersistenceSizedArrayLengthController sizedArrayLengthController)
F
PersistenceFoundation.Default. setSizedArrayLengthController(PersistenceSizedArrayLengthController sizedArrayLengthController)
F
PersistenceFoundation. setSizedArrayLengthController(PersistenceSizedArrayLengthController sizedArrayLengthController)