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, adjustStoragePartition, beginBatchWrite, checkDatabaseIntegrity, clearPartitionOffset, clearStoreVersionState, close, closeMetadataPartition, closePartition, containsPartition, delete, deleteWithReplicationMetadata, drop, dropPartition, dropPartition, endBatchWrite, 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, updateStoreVersionStateCache
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.linkedin.davinci.store.StorageEngine
getStats
-
Constructor Details
-
BlackHoleStorageEngine
-
-
Method Details
-
getType
-
getPersistedPartitionIds
-
createStoragePartition
public BlackHoleStorageEnginePartition createStoragePartition(StoragePartitionConfig storagePartitionConfig) - Specified by:
createStoragePartition
in classAbstractStorageEngine<BlackHoleStorageEnginePartition>
-