Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Classes
    Class
    Description
    org.apache.cassandra.db.marshal.DateType
    This is the old version of TimestampType, but has been replaced as it wasn't comparing pre-epoch timestamps correctly. This is kept for backward compatibility but shouldn't be used in new code.
    org.apache.cassandra.locator.CloudstackSnitch
    See CASSANDRA-18438
    org.apache.cassandra.tools.nodetool.TopPartitions
  • Deprecated Fields
    Field
    Description
    org.apache.cassandra.auth.jmx.AuthorizationProxy.JmxPermissionsCacheMBean.DEPRECATED_CACHE_NAME
    See CASSANDRA-16404
    org.apache.cassandra.auth.NetworkPermissionsCacheMBean.DEPRECATED_CACHE_NAME
    See CASSANDRA-16404
    org.apache.cassandra.config.Config.back_pressure_enabled
    See CASSANDRA-15375
    org.apache.cassandra.config.Config.back_pressure_strategy
    See CASSANDRA-15375
    org.apache.cassandra.config.Config.buffer_pool_use_heap_if_exhausted
    See CASSANDRA-15358
    org.apache.cassandra.config.Config.max_streaming_retries
    See CASSANDRA-17378
    org.apache.cassandra.config.Config.native_transport_port_ssl
    See CASSANDRA-19392
    org.apache.cassandra.config.Config.otc_backlog_expiration_interval_ms
    org.apache.cassandra.config.Config.otc_backlog_expiration_interval_ms_default
    org.apache.cassandra.config.Config.otc_coalescing_enough_coalesced_messages
    org.apache.cassandra.config.Config.otc_coalescing_strategy
    org.apache.cassandra.config.Config.otc_coalescing_window_us
    org.apache.cassandra.config.Config.otc_coalescing_window_us_default
    org.apache.cassandra.config.Config.repair_session_max_tree_depth
    See
    org.apache.cassandra.config.Config.scripted_user_defined_functions_enabled
    See CASSANDRA-18252
    org.apache.cassandra.config.Config.use_deterministic_table_id
    org.apache.cassandra.config.Config.windows_timer_interval
    See CASSANDRA-17404
    org.apache.cassandra.db.guardrails.GuardrailsConfigProvider.CUSTOM_IMPLEMENTATION_PROPERTY
    CUSTOM_GUARDRAILS_CONFIG_PROVIDER_CLASS.getKey() must be used instead. See CASSANDRA-17797
    org.apache.cassandra.db.SystemKeyspace.LEGACY_AVAILABLE_RANGES
    See CASSANDRA-14404
    org.apache.cassandra.db.SystemKeyspace.LEGACY_PEER_EVENTS
    See CASSANDRA-7544
    org.apache.cassandra.db.SystemKeyspace.LEGACY_PEERS
    See CASSANDRA-7544
    org.apache.cassandra.db.SystemKeyspace.LEGACY_SIZE_ESTIMATES
    See CASSANDRA-15637
    org.apache.cassandra.db.SystemKeyspace.LEGACY_SSTABLE_ACTIVITY
    See CASSANDRA-17048
    org.apache.cassandra.db.SystemKeyspace.LEGACY_TRANSFERRED_RANGES
    See CASSANDRA-7544
    org.apache.cassandra.metrics.ReadRepairMetrics.attempted
    See CASSANDRA-13910
    org.apache.cassandra.metrics.ReadRepairMetrics.repairedBackground
    See CASSANDRA-13910
    org.apache.cassandra.metrics.StreamingMetrics.activeStreamsOutbound
    See CASSANDRA-11174
    org.apache.cassandra.net.MessagingService.VERSION_30
    See CASSANDRA-18816
    org.apache.cassandra.net.MessagingService.VERSION_3014
    See CASSANDRA-18816
    org.apache.cassandra.schema.SchemaUpdateHandlerFactoryProvider.SUH_FACTORY_CLASS_PROPERTY
    Use CassandraRelevantProperties.SCHEMA_UPDATE_HANDLER_FACTORY_CLASS instead. See CASSANDRA-17797
    org.apache.cassandra.tools.LoaderOptions.INTER_DC_THROTTLE_MBITS
    Use inter-dc-throttle-mib instead. See CASSANDRA-17677
    org.apache.cassandra.tools.LoaderOptions.SSL_STORAGE_PORT_OPTION
    See CASSANDRA-17602
    org.apache.cassandra.tools.LoaderOptions.THROTTLE_MBITS
    See CASSANDRA-17677
  • Deprecated Methods
    Method
    Description
    org.apache.cassandra.auth.IInternodeAuthenticator.authenticate(InetAddress, int)
    See CASSANDRA-17661
    org.apache.cassandra.concurrent.ResizableThreadPoolMXBean.getCoreThreads()
    use getCorePoolSize instead. See CASSANDRA-15277
    org.apache.cassandra.concurrent.ResizableThreadPoolMXBean.getMaximumThreads()
    use getMaximumThreads instead. See CASSANDRA-15277
    org.apache.cassandra.concurrent.ResizableThreadPoolMXBean.setCoreThreads(int)
    use setCorePoolSize instead. See CASSANDRA-15277
    org.apache.cassandra.concurrent.ResizableThreadPoolMXBean.setMaximumThreads(int)
    use setMaximumThreads instead. See CASSANDRA-15277
    org.apache.cassandra.config.Config.isClientMode()
    migrate to DatabaseDescriptor.isClientInitialized() See CASSANDRA-12550
    org.apache.cassandra.config.Config.setClientMode(boolean)
    migrate to DatabaseDescriptor.clientInitialization(boolean) See CASSANDRA-12550
    org.apache.cassandra.config.DatabaseDescriptor.getAuthWriteConsistencyLevel()
    See CASSANDRA-17195
    org.apache.cassandra.config.DataRateSpec.LongBytesPerSecondBound.megabitsPerSecondInBytesPerSecond(long)
    See CASSANDRA-17225
    org.apache.cassandra.db.ColumnFamilyStore.getColumnFamilyName()
    See CASSANDRA-9448
    org.apache.cassandra.db.ColumnFamilyStore.loadNewSSTables()
    See CASSANDRA-6719
    org.apache.cassandra.db.ColumnFamilyStoreMBean.forceCompactionForTokenRange(Collection<Range<Token>>)
    See CASSANDRA-17527
    org.apache.cassandra.db.ColumnFamilyStoreMBean.getColumnFamilyName()
    See CASSANDRA-9448
    org.apache.cassandra.db.ColumnFamilyStoreMBean.importNewSSTables(Set<String>, boolean, boolean, boolean, boolean, boolean, boolean)
    See CASSANDRA-16407
    org.apache.cassandra.db.ColumnFamilyStoreMBean.importNewSSTables(Set<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean)
    See CASSANDRA-18714
    org.apache.cassandra.db.ColumnFamilyStoreMBean.loadNewSSTables()
    See CASSANDRA-6719
    org.apache.cassandra.db.compaction.CompactionManager.setRate(double)
    Use setRateInBytes instead See CASSANDRA-17225
    org.apache.cassandra.db.filter.RowFilter.Expression.validateForIndexing()
    See CASSANDRA-6377
    org.apache.cassandra.db.rows.Row.Deletion.shadowable(DeletionTime)
    See CAASSANDRA-10261
    org.apache.cassandra.dht.IPartitioner.partitionOrdering()
    See CASSANDRA-17698
    org.apache.cassandra.gms.FailureDetectorMBean.getAllEndpointStates()
    See CASSANDRA-7544
    org.apache.cassandra.gms.FailureDetectorMBean.getAllEndpointStatesWithResolveIp()
    See CASSANDRA-17934
    org.apache.cassandra.gms.FailureDetectorMBean.getPhiValues()
    See CASSANDRA-7544
    org.apache.cassandra.gms.FailureDetectorMBean.getSimpleStates()
    See CASSANDRA-7544
    org.apache.cassandra.gms.Gossiper.markAsShutdown(InetAddressAndPort)
    see CASSANDRA-18913
    org.apache.cassandra.gms.VersionedValue.VersionedValueFactory.bootReplacing(InetAddress)
    See CASSANDRA-7544
    org.apache.cassandra.io.sstable.CQLSSTableWriter.Builder.withBufferSizeInMB(int)
    This method is deprecated in favor of the new withBufferSizeInMiB(int size). See CASSANDRA-17675
    org.apache.cassandra.io.sstable.CQLSSTableWriter.Builder.withBufferSizeInMiB(int)
    This method is deprecated in favor of the new withMaxSSTableSizeInMiB(int size)
    org.apache.cassandra.io.sstable.format.Version.hasAccurateMinMax()
    See CASSANDRA-18134
    org.apache.cassandra.io.sstable.format.Version.hasLegacyMinMax()
    See CASSANDRA-18134
    org.apache.cassandra.io.util.DataOutputPlus.writeUnsignedVInt(int)
    See CASSANDRA-18099
    org.apache.cassandra.io.util.DataOutputPlus.writeVInt(int)
    See CASSANDRA-18099
    org.apache.cassandra.io.util.FileUtils.createDirectory(String)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.createDirectory(File)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.delete(String)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.delete(File...)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.deleteRecursive(File)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.deleteRecursiveOnExit(File)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.deleteRecursiveWithThrottle(File, RateLimiter)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(String)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(File)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(File, Throwable)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(File, Throwable, RateLimiter)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.isSubDirectory(File, File)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.renameWithConfirm(String, String)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.renameWithConfirm(File, File)
    See CASSANDRA-16926
    org.apache.cassandra.io.util.FileUtils.renameWithOutConfirm(String, String)
    See CASSANDRA-16926
    org.apache.cassandra.locator.AbstractReplicationStrategy.maybeWarnOnOptions()
    See CASSANDRA-17212
    org.apache.cassandra.locator.DynamicEndpointSnitchMBean.getScores()
    See CASSANDRA-7544
    org.apache.cassandra.locator.TokenMetadata.getWriteEndpoints(Token, String, EndpointsForToken)
    retained for benefit of old tests
    org.apache.cassandra.net.InboundSink.allow(Message<?>)
    See CASSANDRA-15066
    org.apache.cassandra.net.MessagingServiceMBean.getBackPressurePerHost()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getGossipMessageCompletedTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getGossipMessageDroppedTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getGossipMessagePendingTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getLargeMessageCompletedTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getLargeMessageDroppedTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getLargeMessagePendingTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getSmallMessageCompletedTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getSmallMessageDroppedTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getSmallMessagePendingTasks()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.getTimeoutsPerHost()
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingServiceMBean.isBackPressureEnabled()
    See CASSANDRA-15375
    org.apache.cassandra.net.MessagingServiceMBean.setBackPressureEnabled(boolean)
    See CASSANDRA-15375
    org.apache.cassandra.service.ActiveRepairService.getRepairSessionSpaceInMebibytes()
    See CASSANDRA-17668
    org.apache.cassandra.service.ActiveRepairService.getRepairSessionSpaceInMegabytes()
    See CASSANDRA-15234
    org.apache.cassandra.service.ActiveRepairService.setRepairSessionSpaceInMebibytes(int)
    See CASSANDRA-17668
    org.apache.cassandra.service.ActiveRepairService.setRepairSessionSpaceInMegabytes(int)
    See CASSANDRA-15234
    org.apache.cassandra.service.ActiveRepairServiceMBean.getRepairSessionSpaceInMebibytes()
    use getRepairSessionSpaceInMiB instead. See CASSANDRA-17668
    org.apache.cassandra.service.ActiveRepairServiceMBean.getRepairSessionSpaceInMegabytes()
    See CASSANDRA-15234
    org.apache.cassandra.service.ActiveRepairServiceMBean.setRepairSessionSpaceInMebibytes(int)
    use setRepairSessionSpaceInMiB instead as it will not throw non-standard exceptions. See CASSANDRA-17668
    org.apache.cassandra.service.ActiveRepairServiceMBean.setRepairSessionSpaceInMegabytes(int)
    See CASSANDRA-15234
    org.apache.cassandra.service.CassandraDaemon.stopNativeTransport()
    org.apache.cassandra.service.paxos.Commit.newProposal(Ballot, PartitionUpdate)
    See CASSANDRA-17164
    org.apache.cassandra.service.StorageProxy.getOtcBacklogExpirationInterval()
    See CASSANDRA-15066
    org.apache.cassandra.service.StorageProxy.setOtcBacklogExpirationInterval(int)
    See CASSANDRA-15066
    org.apache.cassandra.service.StorageProxyMBean.getOtcBacklogExpirationInterval()
    See CASSANDRA-15066
    org.apache.cassandra.service.StorageProxyMBean.getSchemaVersions()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageProxyMBean.setOtcBacklogExpirationInterval(int)
    See CASSANDRA-15066
    org.apache.cassandra.service.StorageService.enableAuditLog(String, String, String, String, String, String, String)
    See CASSANDRA-16725
    org.apache.cassandra.service.StorageService.enableAuditLog(String, Map<String, String>, String, String, String, String, String, String)
    See CASSANDRA-16725
    org.apache.cassandra.service.StorageService.getBatchSizeWarnThreshold()
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageService.getColumnIndexCacheSize()
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageService.getCompactionThroughputMbPerSec()
    See CASSANDRA-17225
    org.apache.cassandra.service.StorageService.getInterDCStreamThroughputMbitPerSec()
    See CASSANDRA-17225
    org.apache.cassandra.service.StorageService.getInterDCStreamThroughputMbPerSec()
    See CASSANDRA-15234
    org.apache.cassandra.service.StorageService.getJoiningNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageService.getKeyspaceCountWarnThreshold()
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageService.getLeavingNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageService.getLiveNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageService.getMovingNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageService.getNaturalEndpoints(String, String, String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageService.getNaturalEndpoints(String, ByteBuffer)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageService.getRepairSessionMaxTreeDepth()
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageService.getSnapshotDetails()
    See CASSANDRA-16789
    org.apache.cassandra.service.StorageService.getStreamThroughputMbitPerSec()
    See CASSANDRA-17225
    org.apache.cassandra.service.StorageService.getStreamThroughputMbPerSec()
    See CASSANDRA-15234
    org.apache.cassandra.service.StorageService.getTableCountWarnThreshold()
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageService.getUnreachableNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageService.isInShutdownHook()
    See CASSANDRA-12509
    org.apache.cassandra.service.StorageService.loadNewSSTables(String, String)
    See CASSANDRA-14417
    org.apache.cassandra.service.StorageService.setBatchSizeWarnThreshold(int)
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageService.setColumnIndexCacheSize(int)
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageService.setColumnIndexSize(int)
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageService.setInterDCStreamThroughputMbPerSec(int)
    See CASSANDRA-15234
    org.apache.cassandra.service.StorageService.setKeyspaceCountWarnThreshold(int)
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageService.setRepairSessionMaxTreeDepth(int)
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageService.setStreamThroughputMbPerSec(int)
    See CASSANDRA-15234
    org.apache.cassandra.service.StorageService.setTableCountWarnThreshold(int)
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageService.verify(boolean, String, String...)
    See CASSANDRA-14201
    org.apache.cassandra.service.StorageServiceMBean.clearSnapshot(String, String...)
    See CASSANDRA-16860
    org.apache.cassandra.service.StorageServiceMBean.describeRingJMX(String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.effectiveOwnership(String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.enableAuditLog(String, String, String, String, String, String, String)
    See CASSANDRA-16725
    org.apache.cassandra.service.StorageServiceMBean.enableAuditLog(String, Map<String, String>, String, String, String, String, String, String)
    See CASSANDRA-16725
    org.apache.cassandra.service.StorageServiceMBean.forceKeyspaceCleanup(String, String...)
    See CASSANDRA-11179
    org.apache.cassandra.service.StorageServiceMBean.getBatchSizeWarnThreshold()
    use getBatchSizeWarnThresholdInKiB instead. See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.getColumnIndexCacheSize()
    use getColumnIndexCacheSizeInKiB. See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.getCompactionThroughputMbPerSec()
    Use getCompactionThroughtputMibPerSecAsDouble instead as this one will provide a rounded value. See CASSANDRA-17225
    org.apache.cassandra.service.StorageServiceMBean.getCompactionTombstoneWarningThreshold()
    See CASSANDRA-17194
    org.apache.cassandra.service.StorageServiceMBean.getEndpointToHostId()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getHostIdToEndpoint()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getInterDCStreamThroughputMbitPerSec()
    Use getInterDCStreamThroughputMbitPerSecAsDouble instead as this one will provide a rounded value. See CASSANDRA-17225
    org.apache.cassandra.service.StorageServiceMBean.getInterDCStreamThroughputMbPerSec()
    Use getInterDCStreamThroughputMebibytesPerSecAsDouble instead as this one will provide a rounded value. See CASSANDRA-15234
    org.apache.cassandra.service.StorageServiceMBean.getJoiningNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getKeyspaceCountWarnThreshold()
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageServiceMBean.getLeavingNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getLiveNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getLoadMap()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getMovingNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getNaturalEndpoints(String, String, String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getNaturalEndpoints(String, ByteBuffer)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getOutstandingSchemaVersions()
    See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.getOwnership()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getPendingRangeToEndpointMap(String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getRangeToEndpointMap(String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getRangeToRpcaddressMap(String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getRemovalStatus()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getRepairSessionMaxTreeDepth()
    use getRepairSessionMaximumTreeDepth instead. See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.getSnapshotDetails()
    See CASSANDRA-16789
    org.apache.cassandra.service.StorageServiceMBean.getStreamThroughputMbitPerSec()
    Use getStreamThroughputMbitPerSecAsDouble instead as this one will provide a rounded value. See CASSANDRA-17225
    org.apache.cassandra.service.StorageServiceMBean.getStreamThroughputMbPerSec()
    Use getStreamThroughputMebibytesPerSecAsDouble instead as this one will provide a rounded value. See CASSANDRA-15234
    org.apache.cassandra.service.StorageServiceMBean.getTableCountWarnThreshold()
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageServiceMBean.getTokenToEndpointMap()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getUnreachableNodes()
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.getViewBuildStatuses(String, String)
    See CASSANDRA-7544
    org.apache.cassandra.service.StorageServiceMBean.loadNewSSTables(String, String)
    See CASSANDRA-14417
    org.apache.cassandra.service.StorageServiceMBean.relocateSSTables(String, String...)
    See CASSANDRA-11179
    org.apache.cassandra.service.StorageServiceMBean.scrub(boolean, boolean, boolean, int, String, String...)
    See CASSANDRA-14092
    org.apache.cassandra.service.StorageServiceMBean.scrub(boolean, boolean, boolean, String, String...)
    See CASSANDRA-11179
    org.apache.cassandra.service.StorageServiceMBean.setBatchSizeWarnThreshold(int)
    use setBatchSizeWarnThresholdInKiB instead as it will not throw non-standard exceptions. See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.setColumnIndexCacheSize(int)
    use setColumnIndexCacheSizeInKiB instead as it will not throw non-standard exceptions. See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.setColumnIndexSize(int)
    use setColumnIndexSizeInKiB instead as it will not throw non-standard exceptions. See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.setCompactionTombstoneWarningThreshold(int)
    See CASSANDRA-17194
    org.apache.cassandra.service.StorageServiceMBean.setInterDCStreamThroughputMbPerSec(int)
    See CASSANDRA-15234
    org.apache.cassandra.service.StorageServiceMBean.setKeyspaceCountWarnThreshold(int)
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageServiceMBean.setRepairSessionMaxTreeDepth(int)
    use setRepairSessionMaximumTreeDepth instead as it will not throw non-standard exceptions. See CASSANDRA-17668
    org.apache.cassandra.service.StorageServiceMBean.setStreamThroughputMbPerSec(int)
    See CASSANDRA-15234
    org.apache.cassandra.service.StorageServiceMBean.setTableCountWarnThreshold(int)
    See CASSANDRA-17195
    org.apache.cassandra.service.StorageServiceMBean.stopNativeTransport()
    org.apache.cassandra.service.StorageServiceMBean.takeMultipleTableSnapshot(String, String...)
    use StorageServiceMBean.takeSnapshot(String tag, Map options, String...entities) instead. See CASSANDRA-10907
    org.apache.cassandra.service.StorageServiceMBean.takeSnapshot(String, String...)
    use StorageServiceMBean.takeSnapshot(String tag, Map options, String...entities) instead. See CASSANDRA-10907
    org.apache.cassandra.service.StorageServiceMBean.takeTableSnapshot(String, String, String)
    use StorageServiceMBean.takeSnapshot(String tag, Map options, String...entities) instead. See CASSANDRA-10907
    org.apache.cassandra.service.StorageServiceMBean.upgradeSSTables(String, boolean, int, String...)
    See CASSANDRA-16837
    org.apache.cassandra.service.StorageServiceMBean.upgradeSSTables(String, boolean, String...)
    See CASSANDRA-11179
    org.apache.cassandra.tools.NodeProbe.clearSnapshot(String, String...)
    See CASSANDRA-16860
    org.apache.cassandra.tools.NodeProbe.getCompactionThroughput()
    See CASSANDRA-17225
    org.apache.cassandra.tools.NodeProbe.getInterDCStreamThroughput()
    See CASSANDRA-17225
    org.apache.cassandra.tools.NodeProbe.getSnapshotDetails()
    See CASSANDRA-16789
    org.apache.cassandra.tools.NodeProbe.getStreamThroughput()
    See CASSANDRA-17225
    org.apache.cassandra.tools.NodeProbe.loadNewSSTables(String, String)
    See CASSANDRA-6719
    org.apache.cassandra.utils.btree.BTree.build(Collection<K>)
    See CASSANDRA-15510
    org.apache.cassandra.utils.btree.BTree.build(Collection<K>, UpdateFunction<K, V>)
    See CASSANDRA-15510
    org.apache.cassandra.utils.concurrent.Future.await(long)
    See CASSANDRA-16924
    org.apache.cassandra.utils.concurrent.Future.awaitUninterruptibly(long)
    See CASSANDRA-16924
    org.apache.cassandra.utils.vint.VIntCoding.writeUnsignedVInt(int, ByteBuffer)
    See CASSANDRA-18099
    org.apache.cassandra.utils.vint.VIntCoding.writeUnsignedVInt(int, DataOutputPlus)
    See CASSANDRA-18099
    org.apache.cassandra.utils.vint.VIntCoding.writeVInt(int, ByteBuffer)
    See CASSANDRA-18099
    org.apache.cassandra.utils.vint.VIntCoding.writeVInt(int, DataOutputPlus)
    See CASSANDRA-18099
  • Deprecated Constructors
    Constructor
    Description
    org.apache.cassandra.io.sstable.SSTableRewriter(ILifecycleTransaction, long, long, boolean)
    See CASSANDRA-11148
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.apache.cassandra.config.CassandraRelevantProperties.FILE_SYSTEM_CHECK_ENABLE
    See CASSANDRA-17797
    org.apache.cassandra.config.CassandraRelevantProperties.FILE_SYSTEM_CHECK_OWNERSHIP_FILENAME
    See CASSANDRA-17797
    org.apache.cassandra.config.CassandraRelevantProperties.FILE_SYSTEM_CHECK_OWNERSHIP_TOKEN
    See CASSANDRA-17797
    org.apache.cassandra.config.CassandraRelevantProperties.IGNORE_DC
    See CASSANDRA-17797
    org.apache.cassandra.config.CassandraRelevantProperties.IGNORE_RACK
    See CASSANDRA-17797
    org.apache.cassandra.db.filter.DataLimits.Kind.SUPER_COLUMN_COUNTING_LIMIT
    See CASSANDRA-16582
    org.apache.cassandra.db.filter.DataLimits.Kind.THRIFT_LIMIT
    See CASSANDRA-16582
    org.apache.cassandra.gms.ApplicationState.INTERNAL_IP
    See CASSANDRA-7544
    org.apache.cassandra.gms.ApplicationState.RPC_ADDRESS
    See CASSANDRA-7544
    org.apache.cassandra.gms.ApplicationState.STATUS
    See CASSANDRA-7544
    org.apache.cassandra.net.MessagingService.Version.VERSION_30
    See CASSANDRA-18314
    org.apache.cassandra.net.MessagingService.Version.VERSION_3014
    See CASSANDRA-18314
    org.apache.cassandra.net.Verb.INTERNAL_RSP
    See CASSANDRA-15066
    org.apache.cassandra.net.Verb.REQUEST_RSP
    See CASSANDRA-15066
    org.apache.cassandra.schema.TableMetadata.Flag.SUPER
    See CASSANDRA-16217

Copyright © 2009- The Apache Software Foundation