Serialized Form
-
Package org.apache.cassandra.auth
-
Class org.apache.cassandra.auth.CassandraPrincipal
class CassandraPrincipal extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package org.apache.cassandra.concurrent
-
Exception org.apache.cassandra.concurrent.Interruptible.TerminateException
class TerminateException extends InterruptedException implements Serializable -
Class org.apache.cassandra.concurrent.SingleThreadExecutorPlus.AtLeastOnce
class AtLeastOnce extends AtomicBoolean implements Serializable-
Serialized Fields
-
executor
SequentialExecutorPlus executor
-
run
Runnable run
-
-
-
-
Package org.apache.cassandra.cql3.functions.types.exceptions
-
Exception org.apache.cassandra.cql3.functions.types.exceptions.CodecNotFoundException
class CodecNotFoundException extends DriverException implements Serializable -
Exception org.apache.cassandra.cql3.functions.types.exceptions.DriverException
class DriverException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception org.apache.cassandra.cql3.functions.types.exceptions.DriverInternalError
class DriverInternalError extends DriverException implements Serializable- serialVersionUID:
- 0L
-
Exception org.apache.cassandra.cql3.functions.types.exceptions.InvalidTypeException
class InvalidTypeException extends DriverException implements Serializable- serialVersionUID:
- 0L
-
-
Package org.apache.cassandra.db
-
Class org.apache.cassandra.db.ColumnFamilyStore.VersionedLocalRanges
-
Serialized Fields
-
ringVersion
long ringVersion
-
-
-
Exception org.apache.cassandra.db.KeyspaceNotDefinedException
class KeyspaceNotDefinedException extends InvalidRequestException implements Serializable -
Exception org.apache.cassandra.db.MutationExceededMaxSizeException
class MutationExceededMaxSizeException extends InvalidRequestException implements Serializable-
Serialized Fields
-
mutationSize
long mutationSize
-
-
-
Exception org.apache.cassandra.db.RejectException
class RejectException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.db.commitlog
-
Exception org.apache.cassandra.db.commitlog.CommitLogReadHandler.CommitLogReadException
class CommitLogReadException extends IOException implements Serializable-
Serialized Fields
-
permissible
boolean permissible
-
reason
CommitLogReadHandler.CommitLogReadErrorReason reason
-
-
-
Exception org.apache.cassandra.db.commitlog.CommitLogReplayer.CommitLogReplayException
class CommitLogReplayException extends IOException implements Serializable -
Exception org.apache.cassandra.db.commitlog.CommitLogSegmentReader.SegmentReadException
class SegmentReadException extends IOException implements Serializable-
Serialized Fields
-
invalidCrc
boolean invalidCrc
-
-
-
-
Package org.apache.cassandra.db.compaction
-
Exception org.apache.cassandra.db.compaction.CompactionInterruptedException
class CompactionInterruptedException extends RuntimeException implements Serializable- serialVersionUID:
- -8651427062512310398L
-
Exception org.apache.cassandra.db.compaction.PendingRepairManager.IllegalSSTableArgumentException
class IllegalSSTableArgumentException extends IllegalArgumentException implements Serializable
-
-
Package org.apache.cassandra.db.filter
-
Exception org.apache.cassandra.db.filter.LocalReadSizeTooLargeException
class LocalReadSizeTooLargeException extends RejectException implements Serializable -
Exception org.apache.cassandra.db.filter.TombstoneOverwhelmingException
class TombstoneOverwhelmingException extends RejectException implements Serializable
-
-
Package org.apache.cassandra.db.guardrails
-
Exception org.apache.cassandra.db.guardrails.GuardrailViolatedException
class GuardrailViolatedException extends InvalidRequestException implements Serializable
-
-
Package org.apache.cassandra.db.lifecycle
-
Exception org.apache.cassandra.db.lifecycle.LogTransaction.CorruptTransactionLogException
class CorruptTransactionLogException extends RuntimeException implements Serializable-
Serialized Fields
-
txnFile
org.apache.cassandra.db.lifecycle.LogFile txnFile
-
-
-
Exception org.apache.cassandra.db.lifecycle.TransactionAlreadyCompletedException
class TransactionAlreadyCompletedException extends IllegalStateException implements Serializable
-
-
Package org.apache.cassandra.db.rows
-
Exception org.apache.cassandra.db.rows.PartitionSerializationException
class PartitionSerializationException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.db.tries
-
Exception org.apache.cassandra.db.tries.InMemoryTrie.SpaceExhaustedException
class SpaceExhaustedException extends Exception implements Serializable
-
-
Package org.apache.cassandra.db.virtual
-
Exception org.apache.cassandra.db.virtual.SimpleDataSet.SerializationException
class SerializationException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.dht
-
Class org.apache.cassandra.dht.AbstractBounds
class AbstractBounds extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
left
T extends RingPosition<T> left
-
right
T extends RingPosition<T> right
-
-
Class org.apache.cassandra.dht.Bounds
-
Class org.apache.cassandra.dht.ByteOrderedPartitioner.BytesToken
class BytesToken extends Token implements Serializable- serialVersionUID:
- -2630749093733680626L
-
Serialized Fields
-
token
byte[] token
-
-
Class org.apache.cassandra.dht.ExcludingBounds
-
Class org.apache.cassandra.dht.IncludingExcludingBounds
class IncludingExcludingBounds extends AbstractBounds<T extends RingPosition<T>> implements Serializable -
Class org.apache.cassandra.dht.LocalPartitioner.LocalToken
class LocalToken extends org.apache.cassandra.dht.ComparableObjectToken<ByteBuffer> implements Serializable- serialVersionUID:
- 8437543776403014875L
-
Class org.apache.cassandra.dht.Murmur3Partitioner.LongToken
class LongToken extends Token implements Serializable- serialVersionUID:
- -5833580143318243006L
-
Serialized Fields
-
token
long token
-
-
Class org.apache.cassandra.dht.OrderPreservingPartitioner.StringToken
class StringToken extends org.apache.cassandra.dht.ComparableObjectToken<String> implements Serializable- serialVersionUID:
- 5464084395277974963L
-
Class org.apache.cassandra.dht.RandomPartitioner.BigIntegerToken
class BigIntegerToken extends org.apache.cassandra.dht.ComparableObjectToken<BigInteger> implements Serializable- serialVersionUID:
- -5833589141319293006L
-
Class org.apache.cassandra.dht.Range
- serialVersionUID:
- 1L
-
Class org.apache.cassandra.dht.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.cassandra.exceptions
-
Exception org.apache.cassandra.exceptions.AlreadyExistsException
class AlreadyExistsException extends ConfigurationException implements Serializable -
Exception org.apache.cassandra.exceptions.AuthenticationException
class AuthenticationException extends RequestValidationException implements Serializable -
Exception org.apache.cassandra.exceptions.CassandraException
class CassandraException extends RuntimeException implements Serializable-
Serialized Fields
-
code
ExceptionCode code
-
-
-
Exception org.apache.cassandra.exceptions.CasWriteTimeoutException
class CasWriteTimeoutException extends WriteTimeoutException implements Serializable-
Serialized Fields
-
contentions
int contentions
-
-
-
Exception org.apache.cassandra.exceptions.CasWriteUnknownResultException
class CasWriteUnknownResultException extends RequestExecutionException implements Serializable-
Serialized Fields
-
blockFor
int blockFor
-
consistency
ConsistencyLevel consistency
-
received
int received
-
-
-
Exception org.apache.cassandra.exceptions.CDCWriteException
class CDCWriteException extends RequestExecutionException implements Serializable -
Exception org.apache.cassandra.exceptions.ChecksumMismatchException
class ChecksumMismatchException extends IOException implements Serializable -
Exception org.apache.cassandra.exceptions.ConfigurationException
class ConfigurationException extends RequestValidationException implements Serializable-
Serialized Fields
-
logStackTrace
boolean logStackTrace
-
-
-
Exception org.apache.cassandra.exceptions.FunctionExecutionException
class FunctionExecutionException extends RequestExecutionException implements Serializable-
Serialized Fields
-
argTypes
List<String> argTypes
-
detail
String detail
-
functionName
FunctionName functionName
-
-
-
Exception org.apache.cassandra.exceptions.IncompatibleSchemaException
class IncompatibleSchemaException extends IOException implements Serializable -
Exception org.apache.cassandra.exceptions.InvalidRequestException
class InvalidRequestException extends RequestValidationException implements Serializable -
Exception org.apache.cassandra.exceptions.IsBootstrappingException
class IsBootstrappingException extends RequestExecutionException implements Serializable -
Exception org.apache.cassandra.exceptions.OperationExecutionException
class OperationExecutionException extends FunctionExecutionException implements Serializable -
Exception org.apache.cassandra.exceptions.OverloadedException
class OverloadedException extends RequestExecutionException implements Serializable -
Exception org.apache.cassandra.exceptions.OversizedCQLMessageException
class OversizedCQLMessageException extends InvalidRequestException implements Serializable -
Exception org.apache.cassandra.exceptions.PreparedQueryNotFoundException
class PreparedQueryNotFoundException extends RequestValidationException implements Serializable-
Serialized Fields
-
id
MD5Digest id
-
-
-
Exception org.apache.cassandra.exceptions.QueryCancelledException
class QueryCancelledException extends RuntimeException implements Serializable -
Exception org.apache.cassandra.exceptions.QueryReferencesTooManyIndexesAbortException
class QueryReferencesTooManyIndexesAbortException extends ReadAbortException implements Serializable-
Serialized Fields
-
maxValue
long maxValue
-
nodes
int nodes
-
-
-
Exception org.apache.cassandra.exceptions.ReadAbortException
class ReadAbortException extends ReadFailureException implements Serializable -
Exception org.apache.cassandra.exceptions.ReadFailureException
class ReadFailureException extends RequestFailureException implements Serializable-
Serialized Fields
-
dataPresent
boolean dataPresent
-
-
-
Exception org.apache.cassandra.exceptions.ReadSizeAbortException
class ReadSizeAbortException extends ReadAbortException implements Serializable -
Exception org.apache.cassandra.exceptions.ReadTimeoutException
class ReadTimeoutException extends RequestTimeoutException implements Serializable-
Serialized Fields
-
dataPresent
boolean dataPresent
-
-
-
Exception org.apache.cassandra.exceptions.RepairException
class RepairException extends Exception implements Serializable-
Serialized Fields
-
shouldLogWarn
boolean shouldLogWarn
-
-
-
Exception org.apache.cassandra.exceptions.RequestExecutionException
class RequestExecutionException extends CassandraException implements Serializable -
Exception org.apache.cassandra.exceptions.RequestFailureException
class RequestFailureException extends RequestExecutionException implements Serializable-
Serialized Fields
-
blockFor
int blockFor
-
consistency
ConsistencyLevel consistency
-
failureReasonByEndpoint
Map<InetAddressAndPort,
RequestFailureReason> failureReasonByEndpoint -
received
int received
-
-
-
Exception org.apache.cassandra.exceptions.RequestTimeoutException
class RequestTimeoutException extends RequestExecutionException implements Serializable-
Serialized Fields
-
blockFor
int blockFor
-
consistency
ConsistencyLevel consistency
-
received
int received
-
-
-
Exception org.apache.cassandra.exceptions.RequestValidationException
class RequestValidationException extends CassandraException implements Serializable -
Exception org.apache.cassandra.exceptions.StartupException
class StartupException extends Exception implements Serializable-
Serialized Fields
-
returnCode
int returnCode
-
-
-
Exception org.apache.cassandra.exceptions.SyntaxException
class SyntaxException extends RequestValidationException implements Serializable -
Exception org.apache.cassandra.exceptions.TombstoneAbortException
class TombstoneAbortException extends ReadAbortException implements Serializable-
Serialized Fields
-
nodes
int nodes
-
tombstones
long tombstones
-
-
-
Exception org.apache.cassandra.exceptions.TruncateException
class TruncateException extends RequestExecutionException implements Serializable -
Exception org.apache.cassandra.exceptions.UnaccessibleFieldException
class UnaccessibleFieldException extends RuntimeException implements Serializable- serialVersionUID:
- 7340063332562337064L
-
Exception org.apache.cassandra.exceptions.UnauthorizedException
class UnauthorizedException extends RequestValidationException implements Serializable -
Exception org.apache.cassandra.exceptions.UnknownColumnException
class UnknownColumnException extends IncompatibleSchemaException implements Serializable -
Exception org.apache.cassandra.exceptions.UnknownIndexException
class UnknownIndexException extends IOException implements Serializable-
Serialized Fields
-
indexId
UUID indexId
-
-
-
Exception org.apache.cassandra.exceptions.UnknownTableException
class UnknownTableException extends IncompatibleSchemaException implements Serializable-
Serialized Fields
-
id
TableId id
-
-
-
Exception org.apache.cassandra.exceptions.UnrecoverableIllegalStateException
class UnrecoverableIllegalStateException extends RuntimeException implements Serializable -
Exception org.apache.cassandra.exceptions.WriteFailureException
class WriteFailureException extends RequestFailureException implements Serializable-
Serialized Fields
-
writeType
WriteType writeType
-
-
-
Exception org.apache.cassandra.exceptions.WriteTimeoutException
class WriteTimeoutException extends RequestTimeoutException implements Serializable-
Serialized Fields
-
writeType
WriteType writeType
-
-
-
-
Package org.apache.cassandra.index
-
Exception org.apache.cassandra.index.IndexNotAvailableException
class IndexNotAvailableException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.index.sai.plan
-
Exception org.apache.cassandra.index.sai.plan.QueryMaterializesTooManyPrimaryKeysException
class QueryMaterializesTooManyPrimaryKeysException extends RejectException implements Serializable -
Exception org.apache.cassandra.index.sai.plan.QueryReferencingTooManyIndexesException
class QueryReferencingTooManyIndexesException extends RejectException implements Serializable
-
-
Package org.apache.cassandra.index.sasi.exceptions
-
Exception org.apache.cassandra.index.sasi.exceptions.TimeQuotaExceededException
class TimeQuotaExceededException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.index.sasi.utils.trie
-
Class org.apache.cassandra.index.sasi.utils.trie.PatriciaTrie
class PatriciaTrie extends org.apache.cassandra.index.sasi.utils.trie.AbstractPatriciaTrie<K,V> implements Serializable - serialVersionUID:
- -2246014692353432660L
-
-
Package org.apache.cassandra.io
-
Error org.apache.cassandra.io.FSDiskFullWriteError
class FSDiskFullWriteError extends FSWriteError implements Serializable -
Error org.apache.cassandra.io.FSError
class FSError extends IOError implements Serializable -
Error org.apache.cassandra.io.FSNoDiskAvailableForWriteError
class FSNoDiskAvailableForWriteError extends FSWriteError implements Serializable -
Error org.apache.cassandra.io.FSReadError
class FSReadError extends FSError implements Serializable -
Error org.apache.cassandra.io.FSWriteError
class FSWriteError extends FSError implements Serializable
-
-
Package org.apache.cassandra.io.compress
-
Exception org.apache.cassandra.io.compress.CorruptBlockException
class CorruptBlockException extends IOException implements Serializable
-
-
Package org.apache.cassandra.io.sstable
-
Exception org.apache.cassandra.io.sstable.CorruptSSTableException
class CorruptSSTableException extends RuntimeException implements Serializable-
Serialized Fields
-
path
File path
-
-
-
-
Package org.apache.cassandra.io.sstable.format
-
Class org.apache.cassandra.io.sstable.format.SSTableReader.UniqueIdentifier
class UniqueIdentifier extends TimeUUID implements Serializable
-
-
Package org.apache.cassandra.io.sstable.format.big
-
Exception org.apache.cassandra.io.sstable.format.big.RowIndexEntry.RowIndexEntryReadSizeTooLargeException
class RowIndexEntryReadSizeTooLargeException extends RejectException implements Serializable
-
-
Package org.apache.cassandra.io.util
-
Exception org.apache.cassandra.io.util.CorruptFileException
class CorruptFileException extends RuntimeException implements Serializable-
Serialized Fields
-
filePath
String filePath
-
-
-
-
Package org.apache.cassandra.locator
-
Exception org.apache.cassandra.locator.AbstractCloudMetadataServiceConnector.HttpException
class HttpException extends IOException implements Serializable-
Serialized Fields
-
responseCode
int responseCode
-
responseMessage
String responseMessage
-
-
-
Class org.apache.cassandra.locator.InetAddressAndPort
class InetAddressAndPort extends InetSocketAddress implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addressBytes
byte[] addressBytes
-
-
-
Package org.apache.cassandra.metrics
-
Class org.apache.cassandra.metrics.Sampler.Sample
class Sample extends Object implements Serializable-
Serialized Fields
-
count
long count
-
error
long error
-
value
S value
-
-
-
-
Package org.apache.cassandra.net
-
Exception org.apache.cassandra.net.AsyncChannelOutputPlus.FlushException
class FlushException extends IOException implements Serializable -
Exception org.apache.cassandra.net.Crc.InvalidCrc
class InvalidCrc extends IOException implements Serializable -
Class org.apache.cassandra.net.ForwardingInfo
class ForwardingInfo extends Object implements Serializable-
Serialized Fields
-
messageIds
long[] messageIds
-
targets
List<InetAddressAndPort> targets
-
-
-
Exception org.apache.cassandra.net.Message.InvalidLegacyProtocolMagic
class InvalidLegacyProtocolMagic extends IOException implements Serializable-
Serialized Fields
-
read
int read
-
-
-
Exception org.apache.cassandra.net.MessagingService.FailureResponseException
class FailureResponseException extends IOException implements Serializable-
Serialized Fields
-
failureReason
RequestFailureReason failureReason
-
from
InetAddressAndPort from
-
-
-
-
Package org.apache.cassandra.repair
-
Exception org.apache.cassandra.repair.NoSuchRepairSessionException
class NoSuchRepairSessionException extends Exception implements Serializable -
Exception org.apache.cassandra.repair.PreviewRepairConflictWithIncrementalRepairException
class PreviewRepairConflictWithIncrementalRepairException extends IllegalStateException implements Serializable -
Exception org.apache.cassandra.repair.RepairOutOfTokenRangeException
class RepairOutOfTokenRangeException extends RuntimeException implements Serializable -
Exception org.apache.cassandra.repair.SomeRepairFailedException
class SomeRepairFailedException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.repair.autorepair
-
Class org.apache.cassandra.repair.autorepair.AutoRepairConfig
class AutoRepairConfig extends Object implements Serializable-
Serialized Fields
-
enabled
Boolean enabled
-
global_settings
AutoRepairConfig.Options global_settings
-
history_clear_delete_hosts_buffer_interval
DurationSpec.IntSecondsBound history_clear_delete_hosts_buffer_interval
-
mixed_major_version_repair_enabled
boolean mixed_major_version_repair_enabled
-
repair_check_interval
DurationSpec.IntSecondsBound repair_check_interval
-
repair_task_min_duration
DurationSpec.LongSecondsBound repair_task_min_duration
-
repair_type_overrides
ConcurrentMap<String,
AutoRepairConfig.Options> repair_type_overrides
-
-
-
Class org.apache.cassandra.repair.autorepair.AutoRepairConfig.Options
class Options extends Object implements Serializable-
Serialized Fields
-
allow_parallel_replica_repair
Boolean allow_parallel_replica_repair
-
allow_parallel_replica_repair_across_schedules
Boolean allow_parallel_replica_repair_across_schedules
-
enabled
Boolean enabled
-
force_repair_new_node
Boolean force_repair_new_node
-
ignore_dcs
Set<String> ignore_dcs
-
initial_scheduler_delay
DurationSpec.IntSecondsBound initial_scheduler_delay
-
materialized_view_repair_enabled
Boolean materialized_view_repair_enabled
-
min_repair_interval
DurationSpec.IntSecondsBound min_repair_interval
-
number_of_repair_threads
Integer number_of_repair_threads
-
parallel_repair_count
Integer parallel_repair_count
-
parallel_repair_percentage
Integer parallel_repair_percentage
-
repair_by_keyspace
Boolean repair_by_keyspace
-
repair_max_retries
Integer repair_max_retries
-
repair_primary_token_range_only
Boolean repair_primary_token_range_only
-
repair_retry_backoff
DurationSpec.LongSecondsBound repair_retry_backoff
-
repair_session_timeout
DurationSpec.IntSecondsBound repair_session_timeout
-
sstable_upper_threshold
Integer sstable_upper_threshold
-
table_max_repair_time
DurationSpec.IntSecondsBound table_max_repair_time
-
token_range_splitter
ParameterizedClass token_range_splitter
Splitter implementation to use for generating repair assignments.The default is
RepairTokenRangeSplitter. The class should implementIAutoRepairTokenRangeSplitterand have a constructor accepting (AutoRepairConfig.RepairType,Map)
-
-
-
-
Package org.apache.cassandra.serializers
-
Exception org.apache.cassandra.serializers.MarshalException
class MarshalException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.service
-
Class org.apache.cassandra.service.StorageServiceMBean.StageConcurrency
class StageConcurrency extends Object implements Serializable-
Serialized Fields
-
corePoolSize
int corePoolSize
-
maximumPoolSize
int maximumPoolSize
-
-
-
-
Package org.apache.cassandra.service.paxos
-
Class org.apache.cassandra.service.paxos.Ballot
class Ballot extends TimeUUID implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.cassandra.streaming
-
Class org.apache.cassandra.streaming.ProgressInfo
class ProgressInfo extends Object implements Serializable-
Serialized Fields
-
currentBytes
long currentBytes
-
deltaBytes
long deltaBytes
-
direction
ProgressInfo.Direction direction
-
fileName
String fileName
-
peer
InetAddressAndPort peer
-
sessionIndex
int sessionIndex
-
totalBytes
long totalBytes
-
-
-
Class org.apache.cassandra.streaming.SessionInfo
class SessionInfo extends Object implements Serializable-
Serialized Fields
-
connecting
InetSocketAddress connecting
-
failureReason
String failureReason
-
peer
InetSocketAddress peer
-
receivingFiles
Map<String,
ProgressInfo> receivingFiles -
receivingSummaries
Collection<StreamSummary> receivingSummaries
Immutable collection of receiving summaries -
sendingFiles
Map<String,
ProgressInfo> sendingFiles -
sendingSummaries
Collection<StreamSummary> sendingSummaries
Immutable collection of sending summaries -
sessionIndex
int sessionIndex
-
state
StreamSession.State state
Current session state
-
-
-
Exception org.apache.cassandra.streaming.StreamException
class StreamException extends Exception implements Serializable-
Serialized Fields
-
finalState
StreamState finalState
-
-
-
Exception org.apache.cassandra.streaming.StreamReceivedOutOfTokenRangeException
class StreamReceivedOutOfTokenRangeException extends RuntimeException implements Serializable-
Serialized Fields
-
filename
String filename
-
key
DecoratedKey key
-
ownedRanges
Collection<Range<Token>> ownedRanges
-
-
-
Exception org.apache.cassandra.streaming.StreamReceiveException
class StreamReceiveException extends IOException implements Serializable-
Serialized Fields
-
session
StreamSession session
-
-
-
Exception org.apache.cassandra.streaming.StreamRequestOutOfTokenRangeException
class StreamRequestOutOfTokenRangeException extends RuntimeException implements Serializable-
Serialized Fields
-
requests
Collection<StreamRequest> requests
-
-
-
Class org.apache.cassandra.streaming.StreamState
class StreamState extends Object implements Serializable-
Serialized Fields
-
planId
TimeUUID planId
-
sessions
Set<SessionInfo> sessions
-
streamOperation
StreamOperation streamOperation
-
-
-
Class org.apache.cassandra.streaming.StreamSummary
class StreamSummary extends Object implements Serializable-
Serialized Fields
-
files
int files
Number of files to transfer. Can be 0 if nothing to transfer for some streaming request. -
tableId
TableId tableId
-
totalSize
long totalSize
-
-
-
-
Package org.apache.cassandra.tools
-
Class org.apache.cassandra.tools.BulkLoader.CmdLineOptions
class CmdLineOptions extends org.apache.commons.cli.Options implements Serializable -
Exception org.apache.cassandra.tools.BulkLoadException
class BulkLoadException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.cassandra.transport
-
Exception org.apache.cassandra.transport.ProtocolException
class ProtocolException extends RuntimeException implements Serializable-
Serialized Fields
-
forcedProtocolVersion
ProtocolVersion forcedProtocolVersion
-
-
-
Exception org.apache.cassandra.transport.ServerError
class ServerError extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.transport.messages
-
Exception org.apache.cassandra.transport.messages.ErrorMessage.WrappedException
class WrappedException extends RuntimeException implements Serializable-
Serialized Fields
-
streamId
int streamId
-
-
-
-
Package org.apache.cassandra.utils
-
Class org.apache.cassandra.utils.JMXServerUtils.JmxRegistry
class JmxRegistry extends sun.rmi.registry.RegistryImpl implements Serializable -
Class org.apache.cassandra.utils.MerkleTree.TreeRange
-
Serialized Fields
-
depth
int depth
-
node
org.apache.cassandra.utils.MerkleTree.Node node
-
tree
MerkleTree tree
-
-
-
Class org.apache.cassandra.utils.NoSpamLogger.NoSpamLogStatement
class NoSpamLogStatement extends AtomicLong implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
minIntervalNanos
long minIntervalNanos
-
statement
String statement
-
-
Class org.apache.cassandra.utils.TimeUUID
class TimeUUID extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lsb
long lsb
-
uuidTimestamp
long uuidTimestamp
-
-
Exception org.apache.cassandra.utils.WrappedException
class WrappedException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.utils.concurrent
-
Exception org.apache.cassandra.utils.concurrent.LoadingMap.UnloadExecutionException
class UnloadExecutionException extends ExecutionException implements Serializable-
Serialized Fields
-
value
Object value
-
-
-
Class org.apache.cassandra.utils.concurrent.Semaphore.Standard
class Standard extends Semaphore implements Serializable -
Exception org.apache.cassandra.utils.concurrent.UncheckedInterruptedException
class UncheckedInterruptedException extends RuntimeException implements Serializable
-
-
Package org.apache.cassandra.utils.vint
-
Exception org.apache.cassandra.utils.vint.VIntCoding.VIntOutOfRangeException
class VIntOutOfRangeException extends RuntimeException implements Serializable-
Serialized Fields
-
value
long value
-
-
-