Package com.linkedin.venice.meta
Class ReadOnlyStore
java.lang.Object
com.linkedin.venice.meta.ReadOnlyStore
- All Implemented Interfaces:
Store
- Direct Known Subclasses:
ReadOnlyViewStore
A read-only wrapper of
Store, and all the modification to delegated instance
will throw UnsupportedOperationException.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface com.linkedin.venice.meta.Store
BOOTSTRAP_TO_ONLINE_TIMEOUT_IN_HOURS, DEFAULT_BATCH_GET_LIMIT, DEFAULT_RT_RETENTION_TIME, IGNORE_VERSION, NON_EXISTING_VERSION, NUM_VERSION_PRESERVE_NOT_SET, SYSTEM_STORE_FORMAT, SYSTEM_STORE_NAME_PREFIX, UNLIMITED_STORAGE_QUOTA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVersion(Version version) voidaddVersion(Version version, boolean isClonedVersion, int currentRTVersionNumber) voidcheckDisableStoreWrite(String action, int version) booleancontainsVersion(int versionNumber) deleteVersion(int versionNumber) booleanvoidvoidforceAddVersion(Version version, boolean isClonedVersion) longintintbooleanlonglongintbooleanintintintlonglonglongintintlonggetName()intintgetOwner()intlongintlongintlongintgetVersion(int versionNumber) getVersionOrThrow(int versionNumber) getVersionStatus(int versionNumber) inthashCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisHybrid()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanintvoidputSystemStore(VeniceSystemStoreType systemStoreType, SystemStoreAttributes systemStoreAttributes) retrieveVersionsToDelete(int clusterNumVersionsToPreserve) voidsetAccessControlled(boolean accessControlled) voidsetActiveActiveReplicationEnabled(boolean activeActiveReplicationEnabled) voidsetBackupStrategy(BackupStrategy value) voidsetBackupVersionRetentionMs(long backupVersionRetentionMs) voidsetBatchGetLimit(int batchGetLimit) voidsetBlobTransferEnabled(boolean blobTransferEnabled) voidsetBlobTransferInServerEnabled(String blobTransferInServerEnabled) voidsetBootstrapToOnlineTimeoutInHours(int bootstrapToOnlineTimeoutInHours) voidsetChunkingEnabled(boolean chunkingEnabled) voidsetClientDecompressionEnabled(boolean clientDecompressionEnabled) voidsetCompactionEnabled(boolean compactionEnabled) voidsetCompactionThresholdMilliseconds(long compactionThreshold) voidsetCompressionStrategy(CompressionStrategy compressionStrategy) voidsetCurrentVersion(int currentVersion) voidsetCurrentVersionWithoutCheck(int currentVersion) voidsetDaVinciPushStatusStoreEnabled(boolean daVinciPushStatusStoreEnabled) voidsetEnableReads(boolean enableReads) voidsetEnableWrites(boolean enableWrites) voidsetEnumSchemaEvolutionAllowed(boolean enumSchemaEvolutionAllowed) voidsetEtlStoreConfig(ETLStoreConfig etlStoreConfig) voidsetGlobalRtDivEnabled(boolean globalRtDivEnabled) voidsetHybridStoreConfig(HybridStoreConfig hybridStoreConfig) voidsetHybridStoreDiskQuotaEnabled(boolean enabled) voidsetIncrementalPushEnabled(boolean incrementalPushEnabled) voidsetIsDavinciHeartbeatReported(boolean isReported) voidsetKeyUrnCompressionEnabled(boolean keyUrnCompressionEnabled) voidsetKeyUrnFields(List<String> keyUrnFieldList) voidsetLargestUsedRTVersionNumber(int largestUsedRTVersionNumber) voidsetLargestUsedVersionNumber(int largestUsedVersionNumber) voidsetLatestSuperSetValueSchemaId(int valueSchemaId) voidsetLatestVersionPromoteToCurrentTimestamp(long latestVersionPromoteToCurrentTimestamp) voidsetLowWatermark(long lowWatermark) voidsetMaxCompactionLagSeconds(long maxCompactionLagSeconds) voidsetMaxNearlineRecordSizeBytes(int maxNearlineRecordSizeBytes) voidsetMaxRecordSizeBytes(int maxRecordSizeBytes) voidsetMigrating(boolean migrating) voidsetMigrationDuplicateStore(boolean migrationDuplicateStore) voidsetMinCompactionLagSeconds(long minCompactionLagSeconds) voidsetNativeReplicationEnabled(boolean nativeReplicationEnabled) voidsetNativeReplicationSourceFabric(String nativeReplicationSourceFabric) voidsetNearlineProducerCompressionEnabled(boolean compressionEnabled) voidsetNearlineProducerCountPerWriter(int producerCnt) voidsetNumVersionsToPreserve(int numVersionsToPreserve) voidvoidsetPartitionCount(int partitionCount) voidvoidsetPersistenceType(PersistenceType persistenceType) voidsetPushStreamSourceAddress(String sourceAddress) voidsetReadComputationEnabled(boolean readComputationEnabled) voidsetReadQuotaInCU(long readQuotaInCU) voidsetReplicationFactor(int replicationFactor) voidsetRmdChunkingEnabled(boolean rmdChunkingEnabled) voidsetRmdVersion(int rmdVersion) voidsetSchemaAutoRegisterFromPushJobEnabled(boolean value) voidsetSeparateRealTimeTopicEnabled(boolean separateRealTimeTopicEnabled) voidsetStorageNodeReadQuotaEnabled(boolean storageNodeReadQuotaEnabled) voidsetStorageQuotaInByte(long storageQuotaInByte) voidsetStoreLifecycleHooks(List<LifecycleHooksRecord> storeLifecycleHooks) voidsetStoreMetadataSystemStoreEnabled(boolean storeMetadataSystemStoreEnabled) voidsetStoreMetaSystemStoreEnabled(boolean storeMetaSystemStoreEnabled) voidsetSystemStores(Map<String, SystemStoreAttributes> systemStores) voidsetTargetSwapRegion(String targetRegion) voidsetTargetSwapRegionWaitTime(int waitTime) voidsetTTLRepushEnabled(boolean ttlRepushEnabled) voidsetUnusedSchemaDeletionEnabled(boolean unusedSchemaDeletionEnabled) voidsetVersions(List<Version> versions) voidsetViewConfigs(Map<String, ViewConfig> viewConfigList) voidsetWriteComputationEnabled(boolean writeComputationEnabled) toString()voidupdateVersionForDaVinciHeartbeat(int versionNumber, boolean reported) voidupdateVersionStatus(int versionNumber, VersionStatus status) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.linkedin.venice.meta.Store
getVersionNumbers
-
Field Details
-
delegate
-
-
Constructor Details
-
ReadOnlyStore
-
-
Method Details
-
getName
-
getOwner
-
setOwner
-
getCreatedTime
public long getCreatedTime()- Specified by:
getCreatedTimein interfaceStore
-
getCurrentVersion
public int getCurrentVersion()- Specified by:
getCurrentVersionin interfaceStore
-
setCurrentVersion
public void setCurrentVersion(int currentVersion) - Specified by:
setCurrentVersionin interfaceStore
-
setCurrentVersionWithoutCheck
public void setCurrentVersionWithoutCheck(int currentVersion) - Specified by:
setCurrentVersionWithoutCheckin interfaceStore
-
getLowWatermark
public long getLowWatermark()- Specified by:
getLowWatermarkin interfaceStore
-
setLowWatermark
public void setLowWatermark(long lowWatermark) - Specified by:
setLowWatermarkin interfaceStore
-
getPersistenceType
- Specified by:
getPersistenceTypein interfaceStore
-
setPersistenceType
- Specified by:
setPersistenceTypein interfaceStore
-
getRoutingStrategy
- Specified by:
getRoutingStrategyin interfaceStore
-
getReadStrategy
- Specified by:
getReadStrategyin interfaceStore
-
getOffLinePushStrategy
- Specified by:
getOffLinePushStrategyin interfaceStore
-
getLargestUsedVersionNumber
public int getLargestUsedVersionNumber()- Specified by:
getLargestUsedVersionNumberin interfaceStore
-
setLargestUsedVersionNumber
public void setLargestUsedVersionNumber(int largestUsedVersionNumber) - Specified by:
setLargestUsedVersionNumberin interfaceStore
-
getLargestUsedRTVersionNumber
public int getLargestUsedRTVersionNumber()- Specified by:
getLargestUsedRTVersionNumberin interfaceStore
-
setLargestUsedRTVersionNumber
public void setLargestUsedRTVersionNumber(int largestUsedRTVersionNumber) - Specified by:
setLargestUsedRTVersionNumberin interfaceStore
-
getStorageQuotaInByte
public long getStorageQuotaInByte()- Specified by:
getStorageQuotaInBytein interfaceStore
-
setStorageQuotaInByte
public void setStorageQuotaInByte(long storageQuotaInByte) - Specified by:
setStorageQuotaInBytein interfaceStore
-
getPartitionCount
public int getPartitionCount()- Specified by:
getPartitionCountin interfaceStore
-
setPartitionCount
public void setPartitionCount(int partitionCount) - Specified by:
setPartitionCountin interfaceStore
-
getPartitionerConfig
- Specified by:
getPartitionerConfigin interfaceStore
-
setPartitionerConfig
- Specified by:
setPartitionerConfigin interfaceStore
-
cloneStoreProperties
-
isEnableWrites
public boolean isEnableWrites()- Specified by:
isEnableWritesin interfaceStore
-
setEnableWrites
public void setEnableWrites(boolean enableWrites) - Specified by:
setEnableWritesin interfaceStore
-
isEnableReads
public boolean isEnableReads()- Specified by:
isEnableReadsin interfaceStore
-
setEnableReads
public void setEnableReads(boolean enableReads) - Specified by:
setEnableReadsin interfaceStore
-
getReadQuotaInCU
public long getReadQuotaInCU()- Specified by:
getReadQuotaInCUin interfaceStore
-
setReadQuotaInCU
public void setReadQuotaInCU(long readQuotaInCU) - Specified by:
setReadQuotaInCUin interfaceStore
-
getHybridStoreConfig
- Specified by:
getHybridStoreConfigin interfaceStore
-
setHybridStoreConfig
- Specified by:
setHybridStoreConfigin interfaceStore
-
getViewConfigs
- Specified by:
getViewConfigsin interfaceStore
-
setViewConfigs
- Specified by:
setViewConfigsin interfaceStore
-
isHybrid
public boolean isHybrid() -
getCompressionStrategy
- Specified by:
getCompressionStrategyin interfaceStore
-
setCompressionStrategy
- Specified by:
setCompressionStrategyin interfaceStore
-
getClientDecompressionEnabled
public boolean getClientDecompressionEnabled()- Specified by:
getClientDecompressionEnabledin interfaceStore
-
setClientDecompressionEnabled
public void setClientDecompressionEnabled(boolean clientDecompressionEnabled) - Specified by:
setClientDecompressionEnabledin interfaceStore
-
isChunkingEnabled
public boolean isChunkingEnabled()- Specified by:
isChunkingEnabledin interfaceStore
-
setChunkingEnabled
public void setChunkingEnabled(boolean chunkingEnabled) - Specified by:
setChunkingEnabledin interfaceStore
-
isRmdChunkingEnabled
public boolean isRmdChunkingEnabled()- Specified by:
isRmdChunkingEnabledin interfaceStore
-
setRmdChunkingEnabled
public void setRmdChunkingEnabled(boolean rmdChunkingEnabled) - Specified by:
setRmdChunkingEnabledin interfaceStore
-
getBatchGetLimit
public int getBatchGetLimit()- Specified by:
getBatchGetLimitin interfaceStore
-
setBatchGetLimit
public void setBatchGetLimit(int batchGetLimit) - Specified by:
setBatchGetLimitin interfaceStore
-
isIncrementalPushEnabled
public boolean isIncrementalPushEnabled()- Specified by:
isIncrementalPushEnabledin interfaceStore
-
setIncrementalPushEnabled
public void setIncrementalPushEnabled(boolean incrementalPushEnabled) - Specified by:
setIncrementalPushEnabledin interfaceStore
-
isSeparateRealTimeTopicEnabled
public boolean isSeparateRealTimeTopicEnabled()- Specified by:
isSeparateRealTimeTopicEnabledin interfaceStore
-
setSeparateRealTimeTopicEnabled
public void setSeparateRealTimeTopicEnabled(boolean separateRealTimeTopicEnabled) - Specified by:
setSeparateRealTimeTopicEnabledin interfaceStore
-
isAccessControlled
public boolean isAccessControlled()- Specified by:
isAccessControlledin interfaceStore
-
setAccessControlled
public void setAccessControlled(boolean accessControlled) - Specified by:
setAccessControlledin interfaceStore
-
isMigrating
public boolean isMigrating()- Specified by:
isMigratingin interfaceStore
-
setMigrating
public void setMigrating(boolean migrating) - Specified by:
setMigratingin interfaceStore
-
getNumVersionsToPreserve
public int getNumVersionsToPreserve()- Specified by:
getNumVersionsToPreservein interfaceStore
-
setNumVersionsToPreserve
public void setNumVersionsToPreserve(int numVersionsToPreserve) - Specified by:
setNumVersionsToPreservein interfaceStore
-
isWriteComputationEnabled
public boolean isWriteComputationEnabled()- Specified by:
isWriteComputationEnabledin interfaceStore
-
setWriteComputationEnabled
public void setWriteComputationEnabled(boolean writeComputationEnabled) - Specified by:
setWriteComputationEnabledin interfaceStore
-
isReadComputationEnabled
public boolean isReadComputationEnabled()- Specified by:
isReadComputationEnabledin interfaceStore
-
setReadComputationEnabled
public void setReadComputationEnabled(boolean readComputationEnabled) - Specified by:
setReadComputationEnabledin interfaceStore
-
getBootstrapToOnlineTimeoutInHours
public int getBootstrapToOnlineTimeoutInHours()- Specified by:
getBootstrapToOnlineTimeoutInHoursin interfaceStore
-
setBootstrapToOnlineTimeoutInHours
public void setBootstrapToOnlineTimeoutInHours(int bootstrapToOnlineTimeoutInHours) - Specified by:
setBootstrapToOnlineTimeoutInHoursin interfaceStore
-
getPushStreamSourceAddress
- Specified by:
getPushStreamSourceAddressin interfaceStore
-
setPushStreamSourceAddress
- Specified by:
setPushStreamSourceAddressin interfaceStore
-
isNativeReplicationEnabled
public boolean isNativeReplicationEnabled()- Specified by:
isNativeReplicationEnabledin interfaceStore
-
getRmdVersion
public int getRmdVersion()- Specified by:
getRmdVersionin interfaceStore
-
setRmdVersion
public void setRmdVersion(int rmdVersion) - Specified by:
setRmdVersionin interfaceStore
-
setNativeReplicationEnabled
public void setNativeReplicationEnabled(boolean nativeReplicationEnabled) - Specified by:
setNativeReplicationEnabledin interfaceStore
-
getBackupStrategy
- Specified by:
getBackupStrategyin interfaceStore
-
setBackupStrategy
- Specified by:
setBackupStrategyin interfaceStore
-
isSchemaAutoRegisterFromPushJobEnabled
public boolean isSchemaAutoRegisterFromPushJobEnabled()- Specified by:
isSchemaAutoRegisterFromPushJobEnabledin interfaceStore
-
setSchemaAutoRegisterFromPushJobEnabled
public void setSchemaAutoRegisterFromPushJobEnabled(boolean value) - Specified by:
setSchemaAutoRegisterFromPushJobEnabledin interfaceStore
-
getLatestSuperSetValueSchemaId
public int getLatestSuperSetValueSchemaId()- Specified by:
getLatestSuperSetValueSchemaIdin interfaceStore
-
setLatestSuperSetValueSchemaId
public void setLatestSuperSetValueSchemaId(int valueSchemaId) - Specified by:
setLatestSuperSetValueSchemaIdin interfaceStore
-
isHybridStoreDiskQuotaEnabled
public boolean isHybridStoreDiskQuotaEnabled()- Specified by:
isHybridStoreDiskQuotaEnabledin interfaceStore
-
setHybridStoreDiskQuotaEnabled
public void setHybridStoreDiskQuotaEnabled(boolean enabled) - Specified by:
setHybridStoreDiskQuotaEnabledin interfaceStore
-
getEtlStoreConfig
- Specified by:
getEtlStoreConfigin interfaceStore
-
setEtlStoreConfig
- Specified by:
setEtlStoreConfigin interfaceStore
-
isStoreMetadataSystemStoreEnabled
public boolean isStoreMetadataSystemStoreEnabled()- Specified by:
isStoreMetadataSystemStoreEnabledin interfaceStore
-
setStoreMetadataSystemStoreEnabled
public void setStoreMetadataSystemStoreEnabled(boolean storeMetadataSystemStoreEnabled) - Specified by:
setStoreMetadataSystemStoreEnabledin interfaceStore
-
isStoreMetaSystemStoreEnabled
public boolean isStoreMetaSystemStoreEnabled()- Specified by:
isStoreMetaSystemStoreEnabledin interfaceStore
-
setStoreMetaSystemStoreEnabled
public void setStoreMetaSystemStoreEnabled(boolean storeMetaSystemStoreEnabled) - Specified by:
setStoreMetaSystemStoreEnabledin interfaceStore
-
getLatestVersionPromoteToCurrentTimestamp
public long getLatestVersionPromoteToCurrentTimestamp()- Specified by:
getLatestVersionPromoteToCurrentTimestampin interfaceStore
-
setLatestVersionPromoteToCurrentTimestamp
public void setLatestVersionPromoteToCurrentTimestamp(long latestVersionPromoteToCurrentTimestamp) - Specified by:
setLatestVersionPromoteToCurrentTimestampin interfaceStore
-
getBackupVersionRetentionMs
public long getBackupVersionRetentionMs()- Specified by:
getBackupVersionRetentionMsin interfaceStore
-
setBackupVersionRetentionMs
public void setBackupVersionRetentionMs(long backupVersionRetentionMs) - Specified by:
setBackupVersionRetentionMsin interfaceStore
-
getRetentionTime
public long getRetentionTime()- Specified by:
getRetentionTimein interfaceStore
-
getReplicationFactor
public int getReplicationFactor()- Specified by:
getReplicationFactorin interfaceStore
-
setReplicationFactor
public void setReplicationFactor(int replicationFactor) - Specified by:
setReplicationFactorin interfaceStore
-
isMigrationDuplicateStore
public boolean isMigrationDuplicateStore()- Specified by:
isMigrationDuplicateStorein interfaceStore
-
setMigrationDuplicateStore
public void setMigrationDuplicateStore(boolean migrationDuplicateStore) - Specified by:
setMigrationDuplicateStorein interfaceStore
-
getNativeReplicationSourceFabric
- Specified by:
getNativeReplicationSourceFabricin interfaceStore
-
setNativeReplicationSourceFabric
- Specified by:
setNativeReplicationSourceFabricin interfaceStore
-
isActiveActiveReplicationEnabled
public boolean isActiveActiveReplicationEnabled()- Specified by:
isActiveActiveReplicationEnabledin interfaceStore
-
setActiveActiveReplicationEnabled
public void setActiveActiveReplicationEnabled(boolean activeActiveReplicationEnabled) - Specified by:
setActiveActiveReplicationEnabledin interfaceStore
-
getSystemStores
- Specified by:
getSystemStoresin interfaceStore
-
setSystemStores
- Specified by:
setSystemStoresin interfaceStore
-
putSystemStore
public void putSystemStore(VeniceSystemStoreType systemStoreType, SystemStoreAttributes systemStoreAttributes) - Specified by:
putSystemStorein interfaceStore
-
isDaVinciPushStatusStoreEnabled
public boolean isDaVinciPushStatusStoreEnabled()- Specified by:
isDaVinciPushStatusStoreEnabledin interfaceStore
-
setDaVinciPushStatusStoreEnabled
public void setDaVinciPushStatusStoreEnabled(boolean daVinciPushStatusStoreEnabled) - Specified by:
setDaVinciPushStatusStoreEnabledin interfaceStore
-
cloneStore
- Specified by:
cloneStorein interfaceStore
-
getVersions
- Specified by:
getVersionsin interfaceStore
-
setVersions
- Specified by:
setVersionsin interfaceStore
-
addVersion
- Specified by:
addVersionin interfaceStore
-
addVersion
- Specified by:
addVersionin interfaceStore
-
forceAddVersion
- Specified by:
forceAddVersionin interfaceStore
-
checkDisableStoreWrite
- Specified by:
checkDisableStoreWritein interfaceStore
-
deleteVersion
- Specified by:
deleteVersionin interfaceStore
-
containsVersion
public boolean containsVersion(int versionNumber) - Specified by:
containsVersionin interfaceStore
-
updateVersionStatus
- Specified by:
updateVersionStatusin interfaceStore
-
peekNextVersionNumber
public int peekNextVersionNumber()- Specified by:
peekNextVersionNumberin interfaceStore
-
getVersion
- Specified by:
getVersionin interfaceStore- Parameters:
versionNumber- for which to get theVersion- Returns:
- the
Versioncorresponding to the provided , or null if no such version exists
-
getVersionOrThrow
- Specified by:
getVersionOrThrowin interfaceStore- Throws:
StoreVersionNotFoundException
-
getVersionStatus
- Specified by:
getVersionStatusin interfaceStore
-
retrieveVersionsToDelete
- Specified by:
retrieveVersionsToDeletein interfaceStore
-
isSystemStore
public boolean isSystemStore()- Specified by:
isSystemStorein interfaceStore
-
fixMissingFields
public void fixMissingFields()- Specified by:
fixMissingFieldsin interfaceStore
-
isStorageNodeReadQuotaEnabled
public boolean isStorageNodeReadQuotaEnabled()- Specified by:
isStorageNodeReadQuotaEnabledin interfaceStore
-
setStorageNodeReadQuotaEnabled
public void setStorageNodeReadQuotaEnabled(boolean storageNodeReadQuotaEnabled) - Specified by:
setStorageNodeReadQuotaEnabledin interfaceStore
-
isCompactionEnabled
public boolean isCompactionEnabled()- Specified by:
isCompactionEnabledin interfaceStore
-
setCompactionEnabled
public void setCompactionEnabled(boolean compactionEnabled) - Specified by:
setCompactionEnabledin interfaceStore
-
getCompactionThresholdMilliseconds
public long getCompactionThresholdMilliseconds()- Specified by:
getCompactionThresholdMillisecondsin interfaceStore
-
setCompactionThresholdMilliseconds
public void setCompactionThresholdMilliseconds(long compactionThreshold) - Specified by:
setCompactionThresholdMillisecondsin interfaceStore
-
getMinCompactionLagSeconds
public long getMinCompactionLagSeconds()- Specified by:
getMinCompactionLagSecondsin interfaceStore
-
setMinCompactionLagSeconds
public void setMinCompactionLagSeconds(long minCompactionLagSeconds) - Specified by:
setMinCompactionLagSecondsin interfaceStore
-
getMaxCompactionLagSeconds
public long getMaxCompactionLagSeconds()- Specified by:
getMaxCompactionLagSecondsin interfaceStore
-
setMaxCompactionLagSeconds
public void setMaxCompactionLagSeconds(long maxCompactionLagSeconds) - Specified by:
setMaxCompactionLagSecondsin interfaceStore
-
getMaxRecordSizeBytes
public int getMaxRecordSizeBytes()- Specified by:
getMaxRecordSizeBytesin interfaceStore
-
setMaxRecordSizeBytes
public void setMaxRecordSizeBytes(int maxRecordSizeBytes) - Specified by:
setMaxRecordSizeBytesin interfaceStore
-
getMaxNearlineRecordSizeBytes
public int getMaxNearlineRecordSizeBytes()- Specified by:
getMaxNearlineRecordSizeBytesin interfaceStore
-
setMaxNearlineRecordSizeBytes
public void setMaxNearlineRecordSizeBytes(int maxNearlineRecordSizeBytes) - Specified by:
setMaxNearlineRecordSizeBytesin interfaceStore
-
setUnusedSchemaDeletionEnabled
public void setUnusedSchemaDeletionEnabled(boolean unusedSchemaDeletionEnabled) - Specified by:
setUnusedSchemaDeletionEnabledin interfaceStore
-
isUnusedSchemaDeletionEnabled
public boolean isUnusedSchemaDeletionEnabled()- Specified by:
isUnusedSchemaDeletionEnabledin interfaceStore
-
setBlobTransferEnabled
public void setBlobTransferEnabled(boolean blobTransferEnabled) - Specified by:
setBlobTransferEnabledin interfaceStore
-
isBlobTransferEnabled
public boolean isBlobTransferEnabled()- Specified by:
isBlobTransferEnabledin interfaceStore
-
setBlobTransferInServerEnabled
- Specified by:
setBlobTransferInServerEnabledin interfaceStore
-
getBlobTransferInServerEnabled
- Specified by:
getBlobTransferInServerEnabledin interfaceStore
-
isNearlineProducerCompressionEnabled
public boolean isNearlineProducerCompressionEnabled()- Specified by:
isNearlineProducerCompressionEnabledin interfaceStore
-
setNearlineProducerCompressionEnabled
public void setNearlineProducerCompressionEnabled(boolean compressionEnabled) - Specified by:
setNearlineProducerCompressionEnabledin interfaceStore
-
getNearlineProducerCountPerWriter
public int getNearlineProducerCountPerWriter()- Specified by:
getNearlineProducerCountPerWriterin interfaceStore
-
setNearlineProducerCountPerWriter
public void setNearlineProducerCountPerWriter(int producerCnt) - Specified by:
setNearlineProducerCountPerWriterin interfaceStore
-
getTargetSwapRegion
- Specified by:
getTargetSwapRegionin interfaceStore
-
getTargetSwapRegionWaitTime
public int getTargetSwapRegionWaitTime()- Specified by:
getTargetSwapRegionWaitTimein interfaceStore
-
setTargetSwapRegion
- Specified by:
setTargetSwapRegionin interfaceStore
-
setTargetSwapRegionWaitTime
public void setTargetSwapRegionWaitTime(int waitTime) - Specified by:
setTargetSwapRegionWaitTimein interfaceStore
-
setIsDavinciHeartbeatReported
public void setIsDavinciHeartbeatReported(boolean isReported) - Specified by:
setIsDavinciHeartbeatReportedin interfaceStore
-
getIsDavinciHeartbeatReported
public boolean getIsDavinciHeartbeatReported()- Specified by:
getIsDavinciHeartbeatReportedin interfaceStore
-
updateVersionForDaVinciHeartbeat
public void updateVersionForDaVinciHeartbeat(int versionNumber, boolean reported) - Specified by:
updateVersionForDaVinciHeartbeatin interfaceStore
-
isGlobalRtDivEnabled
public boolean isGlobalRtDivEnabled()- Specified by:
isGlobalRtDivEnabledin interfaceStore
-
setGlobalRtDivEnabled
public void setGlobalRtDivEnabled(boolean globalRtDivEnabled) - Specified by:
setGlobalRtDivEnabledin interfaceStore
-
isTTLRepushEnabled
public boolean isTTLRepushEnabled()- Specified by:
isTTLRepushEnabledin interfaceStore
-
setTTLRepushEnabled
public void setTTLRepushEnabled(boolean ttlRepushEnabled) - Specified by:
setTTLRepushEnabledin interfaceStore
-
isEnumSchemaEvolutionAllowed
public boolean isEnumSchemaEvolutionAllowed()- Specified by:
isEnumSchemaEvolutionAllowedin interfaceStore
-
setEnumSchemaEvolutionAllowed
public void setEnumSchemaEvolutionAllowed(boolean enumSchemaEvolutionAllowed) - Specified by:
setEnumSchemaEvolutionAllowedin interfaceStore
-
getStoreLifecycleHooks
- Specified by:
getStoreLifecycleHooksin interfaceStore
-
setStoreLifecycleHooks
- Specified by:
setStoreLifecycleHooksin interfaceStore
-
setKeyUrnCompressionEnabled
public void setKeyUrnCompressionEnabled(boolean keyUrnCompressionEnabled) - Specified by:
setKeyUrnCompressionEnabledin interfaceStore
-
isKeyUrnCompressionEnabled
public boolean isKeyUrnCompressionEnabled()- Specified by:
isKeyUrnCompressionEnabledin interfaceStore
-
setKeyUrnFields
- Specified by:
setKeyUrnFieldsin interfaceStore
-
getKeyUrnFields
- Specified by:
getKeyUrnFieldsin interfaceStore
-
toString
-
hashCode
public int hashCode() -
equals
-