Uses of Interface
org.infinispan.commons.io.ByteBufferFactory
Package
Description
Commons IO package
Persistence API.
The Persistence SPI.
-
Uses of ByteBufferFactory in org.infinispan.commons.io
-
Uses of ByteBufferFactory in org.infinispan.persistence
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 ByteBufferFactory in org.infinispan.persistence.remote.wrapper
ModifierConstructorDescriptionHotRodEntryMarshaller
(ByteBufferFactory byteBufferFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ByteBufferFactory in org.infinispan.persistence.spi
Modifier and TypeMethodDescriptionInitializationContext.getByteBufferFactory()
To be used for buildingByteBuffer
objects. -
Uses of ByteBufferFactory in org.infinispan.persistence.support