public interface IByteBufferStorage
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the storage, all writer and readers are obsolete and should be reconstructed after
this call
|
void |
close()
Close the storage, after this call the storage is no longer useable
|
IByteBufferStorageCursor |
getCursor() |
String |
getName() |
IByteBufferStorageCursor getCursor() throws ByteBufferStorageException
ByteBufferStorageException
void clear() throws ByteBufferStorageException
ByteBufferStorageException
void close()
String getName()
Copyright © GigaSpaces.