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
ByteBufferStorageExceptionvoid clear()
    throws ByteBufferStorageException
ByteBufferStorageExceptionvoid close()
String getName()
Copyright © GigaSpaces.