public class FileSystemOperations extends Object implements MapReduceDataStoreOperations, Closeable
| Constructor and Description |
|---|
FileSystemOperations(FileSystemOptions options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearAuthorizations, ensureAuthorizationspublic FileSystemOperations(FileSystemOptions options)
public boolean mergeData(Index index, PersistentAdapterStore adapterStore, InternalAdapterStore internalAdapterStore, AdapterIndexMappingStore adapterIndexMappingStore, Integer maxRangeDecomposition)
mergeData in interface DataStoreOperationspublic boolean mergeStats(DataStatisticsStore statsStore)
mergeStats in interface DataStoreOperationspublic boolean indexExists(String indexName) throws IOException
indexExists in interface DataStoreOperationsIOExceptionpublic boolean metadataExists(MetadataType type) throws IOException
metadataExists in interface DataStoreOperationsIOExceptionpublic void deleteAll()
throws Exception
deleteAll in interface DataStoreOperationsExceptionpublic boolean deleteAll(String indexName, String typeName, Short adapterId, String... additionalAuthorizations)
deleteAll in interface DataStoreOperationspublic RowWriter createWriter(Index index, InternalDataAdapter<?> adapter)
createWriter in interface DataStoreOperationspublic RowWriter createDataIndexWriter(InternalDataAdapter<?> adapter)
createDataIndexWriter in interface DataStoreOperationspublic MetadataWriter createMetadataWriter(MetadataType metadataType)
createMetadataWriter in interface DataStoreOperationspublic MetadataReader createMetadataReader(MetadataType metadataType)
createMetadataReader in interface DataStoreOperationspublic MetadataDeleter createMetadataDeleter(MetadataType metadataType)
createMetadataDeleter in interface DataStoreOperationspublic <T> RowReader<T> createReader(ReaderParams<T> readerParams)
createReader in interface DataStoreOperationspublic RowReader<GeoWaveRow> createReader(DataIndexReaderParams readerParams)
createReader in interface DataStoreOperationspublic <T> Deleter<T> createDeleter(ReaderParams<T> readerParams)
createDeleter in interface DataStoreOperationspublic void delete(DataIndexReaderParams readerParams)
delete in interface DataStoreOperationspublic void deleteRowsFromDataIndex(byte[][] dataIds,
short adapterId,
String typeName)
public RowReader<GeoWaveRow> createReader(RecordReaderParams readerParams)
createReader in interface MapReduceDataStoreOperationspublic RowDeleter createRowDeleter(String indexName, PersistentAdapterStore adapterStore, InternalAdapterStore internalAdapterStore, String... authorizations)
createRowDeleter in interface DataStoreOperationspublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2013–2022. All rights reserved.