Interface InitializationContext

    • Method Detail

      • getCache

        Cache getCache()
      • getMarshaller

        org.infinispan.commons.marshall.StreamingMarshaller getMarshaller()
      • getByteBufferFactory

        org.infinispan.commons.io.ByteBufferFactory getByteBufferFactory()
        To be used for building ByteBuffer objects.
      • getExecutor

        ExecutorService getExecutor()
        Returns the preferred executor to be used by stores if needed. Stores normally shouldn't need this unless they *must* perform some blocking code asynchronously.
        Returns:
        the executor to be used with stores