Uses of Interface
org.apache.ignite.marshaller.Marshaller
Packages that use Marshaller
Package
Description
-
Uses of Marshaller in com._1c.g5.v8.bm.core.internal.ignite
Constructor parameters in com._1c.g5.v8.bm.core.internal.ignite with type arguments of type MarshallerModifierConstructorDescriptionStoreManager(Path path, int pageSize, DataRegionManager pageMemoryRegistry, StoreConfigurationStore storeConfigurationStore, WalManager walManager, PageStoreManager pageStoreManager, PageLockListener pageLockListener, org.apache.ignite.internal.FailureProcessor failureProcessor, IgniteLogger logger, List<Marshaller> marshallers) Constructs a new instance. -
Uses of Marshaller in com._1c.g5.v8.bm.core.internal.ignite.marshaller
Classes in com._1c.g5.v8.bm.core.internal.ignite.marshaller that implement Marshaller -
Uses of Marshaller in org.apache.ignite.internal.persistence.store
Methods in org.apache.ignite.internal.persistence.store that return MarshallerModifier and TypeMethodDescriptionStoreContext.keyMarshaller()Gets key marshaller.StoreContext.valueMarshaller()Gets value marshaller.Constructors in org.apache.ignite.internal.persistence.store with parameters of type MarshallerModifierConstructorDescriptionStoreContext(int storeId, int pageSize, PageMemory pageMemory, Marshaller keyMarshaller, Marshaller valueMarshaller) Constructs a new instance.