public class InitializationContextImpl extends Object implements InitializationContext
| Constructor and Description |
|---|
InitializationContextImpl(StoreConfiguration configuration,
Cache cache,
StreamingMarshaller marshaller,
TimeService timeService,
ByteBufferFactory byteBufferFactory,
MarshalledEntryFactory mef) |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferFactory |
getByteBufferFactory()
To be used for building
ByteBuffer objects. |
Cache |
getCache() |
StoreConfiguration |
getConfiguration() |
MarshalledEntryFactory |
getMarshalledEntryFactory()
To be used for building
MarshalledEntry objects. |
StreamingMarshaller |
getMarshaller() |
TimeService |
getTimeService() |
public InitializationContextImpl(StoreConfiguration configuration, Cache cache, StreamingMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshalledEntryFactory mef)
public StoreConfiguration getConfiguration()
getConfiguration in interface InitializationContextpublic Cache getCache()
getCache in interface InitializationContextpublic StreamingMarshaller getMarshaller()
getMarshaller in interface InitializationContextpublic TimeService getTimeService()
getTimeService in interface InitializationContextpublic ByteBufferFactory getByteBufferFactory()
InitializationContextByteBuffer objects.getByteBufferFactory in interface InitializationContextpublic MarshalledEntryFactory getMarshalledEntryFactory()
InitializationContextMarshalledEntry objects.getMarshalledEntryFactory in interface InitializationContextCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.