K
- key typepublic interface Dataset<K extends java.lang.Comparable<K>>
extends java.lang.AutoCloseable
Operations against a Dataset
, and its subordinate objects, using a clustered
configuration may throw a StoreOperationAbandonedException
if a server reconnection
occurs during the operation. It is up to the application to determine the proper recourse
for retying or recovering the operation.
StoreOperationAbandonedException
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the Dataset.
|
Indexing |
getIndexing()
Exposes the
indexing instance used to create, alter and delete
indexes for this dataset. |
DatasetReader<K> |
reader()
Provides read-only access on to this dataset.
|
DatasetWriterReader<K> |
writerReader()
Provides read-write access on to this dataset.
|
DatasetReader<K> reader()
DatasetWriterReader<K> writerReader()
Indexing getIndexing()
indexing
instance used to create, alter and delete
indexes for this dataset.indexing
instance used to manipulate indexesvoid close()
Dataset
accessor methods
following a call to this method are likely to be aborted with a
StoreRuntimeException
.
Note: the possibility of operations on associated streams after
calling this method is implementation dependent.close
in interface java.lang.AutoCloseable