Uses of Interface
org.infinispan.persistence.spi.MarshallableEntryFactory
Package
Description
Persistence API.
The Persistence SPI.
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.-
Uses of MarshallableEntryFactory in org.infinispan.persistence
Modifier and TypeMethodDescription<K,
V> MarshallableEntryFactory<K, V> InitializationContextImpl.getMarshallableEntryFactory()
ModifierConstructorDescriptionInitializationContextImpl
(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, BlockingManager blockingManager, NonBlockingManager nonBlockingManager) -
Uses of MarshallableEntryFactory in org.infinispan.persistence.spi
Modifier and TypeMethodDescription<K,
V> MarshallableEntryFactory<K, V> InitializationContext.getMarshallableEntryFactory()
Should be used to build allMarshallableEntry
objects. -
Uses of MarshallableEntryFactory in org.infinispan.persistence.sql
Modifier and TypeFieldDescriptionprotected final MarshallableEntryFactory<K,
V> AbstractSchemaJdbcStore.ProtoSchemaOptions.marshallableEntryFactory
ModifierConstructorDescriptionProtoSchemaOptions
(C config, AbstractSchemaJdbcStore.Parameter[] keyParameters, String keyMessageName, AbstractSchemaJdbcStore.Parameter[] valueParameters, String valueMessageName, DataConversion keyConversion, DataConversion valueConversion, MarshallableEntryFactory<K, V> marshallableEntryFactory) -
Uses of MarshallableEntryFactory in org.infinispan.persistence.support
Modifier and TypeMethodDescription<K,
V> MarshallableEntryFactory<K, V> DelegatingInitializationContext.getMarshallableEntryFactory()