Class BlackHoleStorageEngine
java.lang.Object
com.linkedin.davinci.store.AbstractStorageEngine<BlackHoleStorageEnginePartition>
com.linkedin.davinci.store.blackhole.BlackHoleStorageEngine
- All Implemented Interfaces:
StorageEngine<BlackHoleStorageEnginePartition>,Closeable,AutoCloseable
-
Field Summary
Fields inherited from class com.linkedin.davinci.store.AbstractStorageEngine
METADATA_PARTITION_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStoragePartition(StoragePartitionConfig storagePartitionConfig) getType()Methods inherited from class com.linkedin.davinci.store.AbstractStorageEngine
addStoragePartition, addStoragePartitionIfAbsent, adjustStoragePartition, beginBatchWrite, checkDatabaseIntegrity, clearPartitionOffset, clearStoreVersionState, close, closeMetadataPartition, closePartition, containsPartition, delete, deleteWithReplicationMetadata, drop, dropPartition, dropPartition, endBatchWrite, executeWithSafeGuard, get, get, get, getByKeyPrefix, getIterator, getMetadataPartition, getNumberOfPartitions, getPartitionIds, getPartitionOffset, getPartitionOrThrow, getPartitions, getReplicationMetadata, getRWLockForPartitionOrThrow, getStoreVersionName, getStoreVersionState, isClosed, put, put, putPartitionOffset, putReplicationMetadata, putStoreVersionState, putWithReplicationMetadata, reopenStoragePartition, restoreStoragePartitions, restoreStoragePartitions, suppressLogs, sync, toString, updateStoreVersionStateCacheMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.linkedin.davinci.store.StorageEngine
getStats
-
Constructor Details
-
BlackHoleStorageEngine
-
-
Method Details
-
getType
-
getPersistedPartitionIds
-
createStoragePartition
public BlackHoleStorageEnginePartition createStoragePartition(StoragePartitionConfig storagePartitionConfig) - Specified by:
createStoragePartitionin classAbstractStorageEngine<BlackHoleStorageEnginePartition>
-