Package | Description |
---|---|
com.gigaspaces.internal.server.space.redolog.storage.bytebuffer | |
com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.raf |
Modifier and Type | Method and Description |
---|---|
void |
IByteBufferStorage.clear()
Clears the storage, all writer and readers are obsolete and should be reconstructed after
this call
|
void |
StorageSegment.clear() |
IByteBufferStorage |
IByteBufferStorageFactory.createStorage() |
IByteBufferStorageCursor |
IByteBufferStorage.getCursor() |
StorageSegment.SegmentCursor |
StorageSegment.getCursorForReading() |
void |
StorageSegment.SegmentCursor.initIfNeeded() |
void |
IByteBufferStorageWriter.writeByte(byte value) |
Constructor and Description |
---|
StorageSegment(IByteBufferStorageFactory storageProvider,
IStorageSegmentsMediator segmentsMediator,
int maxReaders) |
Modifier and Type | Method and Description |
---|---|
void |
RAFByteBufferStorage.clear() |
IByteBufferStorage |
RAFByteBufferStorageFactory.createStorage() |
IByteBufferStorageCursor |
RAFByteBufferStorage.getCursor() |
Constructor and Description |
---|
RAFByteBufferStorage(String fileName) |
Copyright © GigaSpaces.