A B C D E F G H I K L M N O P Q R S T U V W X

A

ABSOLUTE - Static variable in class org.apache.cassandra.analytics.MetricValue
 
AbstractStatsDeque - Class in org.apache.cassandra.utils
 
AbstractStatsDeque() - Constructor for class org.apache.cassandra.utils.AbstractStatsDeque
 
AbstractStrategy - Class in org.apache.cassandra.locator
This class contains a helper method that will be used by all abstraction that implement the IReplicaPlacementStrategy interface.
accept(SelectionKey) - Method in class org.apache.cassandra.net.http.HttpConnectionHandler
 
accept(SelectionKey) - Method in class org.apache.cassandra.net.SelectionKeyHandler
Method which is called when the key becomes acceptable.
accept(SelectionKey) - Method in class org.apache.cassandra.net.TcpConnectionHandler
 
add(ColumnFamily) - Method in class org.apache.cassandra.db.RowMutation
 
add(String, byte[], long) - Method in class org.apache.cassandra.db.RowMutation
 
add(String, int) - Method in class org.apache.cassandra.db.Table.TableMetadata
 
add(String, int, String) - Method in class org.apache.cassandra.db.Table.TableMetadata
 
add(double) - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
add(String) - Method in class org.apache.cassandra.utils.BloomFilter
 
add(double) - Method in class org.apache.cassandra.utils.BoundedStatsDeque
 
add(String) - Method in class org.apache.cassandra.utils.Filter
 
add(double) - Method in class org.apache.cassandra.utils.TimedStatsDeque
 
addApplicationState(String, ApplicationState) - Method in class org.apache.cassandra.gms.Gossiper
 
addCallout(String, String) - Method in class org.apache.cassandra.db.CalloutManager
Store the callout in cache and write it out to disk.
addCol(String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addColumn(IColumn) - Method in class org.apache.cassandra.db.Column
 
addColumn(String) - Method in class org.apache.cassandra.db.ColumnFamily
 
addColumn(String, byte[]) - Method in class org.apache.cassandra.db.ColumnFamily
 
addColumn(String, byte[], long) - Method in class org.apache.cassandra.db.ColumnFamily
 
addColumn(String, byte[], long, boolean) - Method in class org.apache.cassandra.db.ColumnFamily
 
addColumn(IColumn) - Method in interface org.apache.cassandra.db.IColumn
 
addColumn(IColumn) - Method in class org.apache.cassandra.db.SuperColumn
 
addCombobox(Set<String>, String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addCombobox(Set<String>, String, int) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addCSS() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addCSSForTabs() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addDivElement(String, String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addFilesToStream(StreamContextManager.StreamContext[]) - Method in class org.apache.cassandra.service.StreamManager
 
addHeader(String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addHeader(String, String) - Method in class org.apache.cassandra.net.http.HttpRequest
 
addHeader(String, String) - Method in class org.apache.cassandra.net.http.HttpResponse
 
addHeader(String, byte[]) - Method in class org.apache.cassandra.net.Message
 
addHeaders(String[]) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addJSCallback(String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addJScript(String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addJSForTabs() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
addMessageSink(IMessageSink) - Static method in class org.apache.cassandra.net.sink.SinkManager
 
addStreamContext(String, StreamContextManager.StreamContext, StreamContextManager.StreamStatus) - Static method in class org.apache.cassandra.net.io.StreamContextManager
 
AdminTool - Class in org.apache.cassandra.tools
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
advance() - Method in class org.apache.cassandra.db.FileStruct
 
afterExecute(Runnable, Throwable) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Method invoked upon completion of execution of the given Runnable.
afterExecute(Runnable, Throwable) - Method in class org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor
(non-Javadoc)
afterExecute(Runnable, Throwable) - Method in class org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor
 
AIOExecutorService - Class in org.apache.cassandra.concurrent
 
AIOExecutorService(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.cassandra.concurrent.AIOExecutorService
 
allowCoreThreadTimeOut(boolean) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Sets the policy governing whether core threads may time out and terminate if no tasks arrive within the keep-alive time, being replaced if needed when new tasks arrive.
allowsCoreThreadTimeOut() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns true if this pool allows core threads to time out and terminate if no tasks arrive within the keepAlive time, being replaced if needed when new tasks arrive.
AnalyticsContext - Class in org.apache.cassandra.analytics
Context for sending metrics to Ganglia.
AnalyticsContext() - Constructor for class org.apache.cassandra.analytics.AnalyticsContext
Creates a new instance of AnalyticsReporter
AnalyticsException - Exception in org.apache.cassandra.analytics
General-purpose, unchecked metrics exception.
AnalyticsException() - Constructor for exception org.apache.cassandra.analytics.AnalyticsException
Creates a new instance of MetricsException
AnalyticsException(String) - Constructor for exception org.apache.cassandra.analytics.AnalyticsException
Creates a new instance of MetricsException
append(DataOutputBuffer) - Method in interface org.apache.cassandra.io.IFileWriter
Appends the buffer to the the underlying SequenceFile.
append(DataOutputBuffer, DataOutputBuffer) - Method in interface org.apache.cassandra.io.IFileWriter
Appends the key and the value to the the underlying SequenceFile.
append(String, DataOutputBuffer) - Method in interface org.apache.cassandra.io.IFileWriter
Appends the key and the value to the the underlying SequenceFile.
append(String, byte[]) - Method in interface org.apache.cassandra.io.IFileWriter
Appends the key and the value to the the underlying SequenceFile.
append(String, long) - Method in interface org.apache.cassandra.io.IFileWriter
Appends the key and the long value to the the underlying SequenceFile.
append(DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
append(DataOutputBuffer, DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
append(String, DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
append(String, byte[]) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
append(String, long) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
append(DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
append(DataOutputBuffer, DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
append(String, DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
append(String, byte[]) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
append(String, long) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
append(DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
append(DataOutputBuffer, DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
append(String, DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
append(String, byte[]) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
append(String, long) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
append(String, DataOutputBuffer) - Method in class org.apache.cassandra.io.SSTable
 
append(String, byte[]) - Method in class org.apache.cassandra.io.SSTable
 
append(String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
appendLine(String) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
ApplicationState - Class in org.apache.cassandra.gms
This abstraction represents the state associated with a particular node which an application wants to make available to the rest of the nodes in the cluster.
ApplicationState(String) - Constructor for class org.apache.cassandra.gms.ApplicationState
Wraps the specified state into a ApplicationState instance.
apply() - Method in class org.apache.cassandra.db.RowMutation
 
apply() - Method in class org.apache.cassandra.db.Table.TableMetadata
 
assignReplicas() - Method in class org.apache.cassandra.test.TestChoice
 
attachContext(Object) - Method in interface org.apache.cassandra.net.IAsyncCallback
Attach some application specific context to the callback.
attachContext(Object) - Method in class org.apache.cassandra.service.MultiQuorumResponseHandler
The context that is passed in for the query of multiple keys in the system.
attachContext(Object) - Method in class org.apache.cassandra.service.QuorumResponseHandler
 
autoCompactionFactor_ - Variable in class org.apache.cassandra.utils.FastHash
The auto-compaction factor for the table.
autoCompactRemovesRemaining_ - Variable in class org.apache.cassandra.utils.FastHash
The number of removes that should be performed before an auto-compaction occurs.
available() - Method in class org.apache.cassandra.io.FastBufferedInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
awaitTermination(long, TimeUnit) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
awaitTermination(long, TimeUnit) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
 

B

BasicUtilities - Class in org.apache.cassandra.utils
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
BasicUtilities() - Constructor for class org.apache.cassandra.utils.BasicUtilities
 
batch_insert(batch_mutation_t, boolean) - Method in class org.apache.cassandra.service.CassandraServer
 
batch_insert_superColumn(batch_mutation_super_t, boolean) - Method in class org.apache.cassandra.service.CassandraServer
 
beforeExecute(Thread, Runnable) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Method invoked prior to executing the given Runnable in the given thread.
BigIntegerToken - Class in org.apache.cassandra.dht
 
BigIntegerToken(BigInteger) - Constructor for class org.apache.cassandra.dht.BigIntegerToken
 
BigIntegerToken(String) - Constructor for class org.apache.cassandra.dht.BigIntegerToken
 
BinaryMemtable - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
BinaryMemtableManager - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
BinaryMemtableManager() - Constructor for class org.apache.cassandra.db.BinaryMemtableManager
 
BinaryVerbHandler - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
BinaryVerbHandler() - Constructor for class org.apache.cassandra.db.BinaryVerbHandler
 
binaryVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
BindOperand - Class in org.apache.cassandra.cql.common
BindOperand: Represents a bind variable in the CQL statement.
BindOperand(int) - Constructor for class org.apache.cassandra.cql.common.BindOperand
 
blockIndexKey_ - Static variable in class org.apache.cassandra.io.SSTable
 
BloomCalculations - Class in org.apache.cassandra.utils
The following calculations are taken from: http://www.cs.wisc.edu/~cao/papers/summary-cache/node8.html "Bloom Filters - the math" This class's static methods are meant to facilitate the use of the Bloom Filter class by helping to choose correct values of 'bits per element' and 'number of hash functions, k'.
BloomCalculations() - Constructor for class org.apache.cassandra.utils.BloomCalculations
 
BloomCalculations.BloomSpecification - Class in org.apache.cassandra.utils
A wrapper class that holds two key parameters for a Bloom Filter: the number of hash functions used, and the number of buckets per element used.
BloomCalculations.BloomSpecification(int, int) - Constructor for class org.apache.cassandra.utils.BloomCalculations.BloomSpecification
 
BloomFilter - Class in org.apache.cassandra.utils
 
BloomFilter(int, int) - Constructor for class org.apache.cassandra.utils.BloomFilter
 
BloomFilter(int, double) - Constructor for class org.apache.cassandra.utils.BloomFilter
 
bootStrapInitiateDoneVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
BootstrapInitiateMessage - Class in org.apache.cassandra.dht
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
BootstrapInitiateMessage(StreamContextManager.StreamContext[]) - Constructor for class org.apache.cassandra.dht.BootstrapInitiateMessage
 
bootStrapInitiateVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
BootstrapMetadataVerbHandler - Class in org.apache.cassandra.dht
This verb handler handles the BootstrapMetadataMessage that is sent by the leader to the nodes that are responsible for handing off data.
BootstrapMetadataVerbHandler() - Constructor for class org.apache.cassandra.dht.BootstrapMetadataVerbHandler
 
BootStrapper - Class in org.apache.cassandra.dht
This class handles the boostrapping responsibilities for any new endpoint.
BootStrapper(EndPoint[], Token...) - Constructor for class org.apache.cassandra.dht.BootStrapper
 
BootStrapper(EndPoint[], Token[], EndPoint[]) - Constructor for class org.apache.cassandra.dht.BootStrapper
 
bootStrapTerminateVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
BoundedStatsDeque - Class in org.apache.cassandra.utils
not threadsafe.
BoundedStatsDeque(int) - Constructor for class org.apache.cassandra.utils.BoundedStatsDeque
 
bsMetadataVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
buf - Variable in class org.apache.cassandra.io.FastBufferedInputStream
The internal buffer array where the data is stored.
buf - Variable in class org.apache.cassandra.io.FastBufferedOutputStream
The internal buffer where data is stored.
buffer_ - Variable in class org.apache.cassandra.db.RowMutationVerbHandler.RowMutationContext
 
BufferedRandomAccessFile - Class in org.apache.cassandra.io
A BufferedRandomAccessFile is like a RandomAccessFile, but it uses a private buffer so that most operations do not require a disk access.
BufferedRandomAccessFile(File, String) - Constructor for class org.apache.cassandra.io.BufferedRandomAccessFile
Open a new BufferedRandomAccessFile on file in mode mode, which should be "r" for reading only, or "rw" for reading and writing.
BufferedRandomAccessFile(File, String, int) - Constructor for class org.apache.cassandra.io.BufferedRandomAccessFile
 
BufferedRandomAccessFile(String, String) - Constructor for class org.apache.cassandra.io.BufferedRandomAccessFile
Open a new BufferedRandomAccessFile on the file named name in mode mode, which should be "r" for reading only, or "rw" for reading and writing.
BufferedRandomAccessFile(String, String, int) - Constructor for class org.apache.cassandra.io.BufferedRandomAccessFile
 
bufferedReader(String, int) - Static method in class org.apache.cassandra.io.SequenceFile
 
bufferedWriter(String, int) - Static method in class org.apache.cassandra.io.SequenceFile
 
BuffSz_ - Static variable in class org.apache.cassandra.io.BufferedRandomAccessFile
 
BuffSz_ - Static variable in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
bufIn_ - Variable in class org.apache.cassandra.db.ReadVerbHandler.ReadContext
 
bufOut_ - Variable in class org.apache.cassandra.db.ReadVerbHandler.ReadContext
 
byteArrayToInt(byte[]) - Static method in class org.apache.cassandra.net.MessagingService
 
byteArrayToInt(byte[], int) - Static method in class org.apache.cassandra.net.MessagingService
 
byteArrayToInt(byte[]) - Static method in class org.apache.cassandra.utils.BasicUtilities
 
byteArrayToInt(byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
byteArrayToInt(byte[], int) - Static method in class org.apache.cassandra.utils.FBUtilities
 
byteArrayToLong(byte[]) - Static method in class org.apache.cassandra.utils.BasicUtilities
 
byteArrayToShort(byte[]) - Static method in class org.apache.cassandra.net.MessagingService
 
byteArrayToShort(byte[], int) - Static method in class org.apache.cassandra.net.MessagingService
 
byteArrayToShort(byte[]) - Static method in class org.apache.cassandra.utils.BasicUtilities
 

C

Cachetable<K,V> - Class in org.apache.cassandra.utils
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Cachetable(long) - Constructor for class org.apache.cassandra.utils.Cachetable
 
Cachetable(long, ICacheExpungeHook<K, V>) - Constructor for class org.apache.cassandra.utils.Cachetable
 
calculateGrownCapacity() - Method in class org.apache.cassandra.utils.FastHash
 
callMe(K, V) - Method in interface org.apache.cassandra.utils.ICacheExpungeHook
 
CalloutDeployMessage - Class in org.apache.cassandra.db
 
CalloutDeployMessage(String, String) - Constructor for class org.apache.cassandra.db.CalloutDeployMessage
 
CalloutDeployVerbHandler - Class in org.apache.cassandra.db
 
CalloutDeployVerbHandler() - Constructor for class org.apache.cassandra.db.CalloutDeployVerbHandler
 
calloutDeployVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
CalloutManager - Class in org.apache.cassandra.db
 
capacity() - Method in class org.apache.cassandra.utils.FastHash
 
capacity() - Method in class org.apache.cassandra.utils.FastObjectHash
 
CassandraDaemon - Class in org.apache.cassandra.service
This class supports two methods for creating a Cassandra node daemon, invoking the class's main method, and using the jsvc wrapper from commons-daemon, (for more information on using this class with the jsvc wrapper, see the Commons Daemon documentation).
CassandraDaemon() - Constructor for class org.apache.cassandra.service.CassandraDaemon
 
CassandraServer - Class in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
CassandraServer() - Constructor for class org.apache.cassandra.service.CassandraServer
 
CExpr - Class in org.apache.cassandra.cql.common
 
CExpr() - Constructor for class org.apache.cassandra.cql.common.CExpr
 
CExpr.Expr - Interface in org.apache.cassandra.cql.common
 
CFMetaData - Class in org.apache.cassandra.config
 
CFMetaData() - Constructor for class org.apache.cassandra.config.CFMetaData
 
cfName - Variable in class org.apache.cassandra.config.CFMetaData
 
cfName_ - Static variable in class org.apache.cassandra.db.SystemTable
 
cfName_ - Static variable in class org.apache.cassandra.db.Table.TableMetadata
 
cfStats(String) - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
ChecksumManager - Class in org.apache.cassandra.io
This class manages the persistence of checksums and keeps them in memory.
ChecksumRandomAccessFile - Class in org.apache.cassandra.io
A ChecksumRandomAccessFile is like a RandomAccessFile, but it uses a private buffer so that most operations do not require a disk access.
ChecksumRandomAccessFile(File, String) - Constructor for class org.apache.cassandra.io.ChecksumRandomAccessFile
Open a new BufferedRandomAccessFile on file in mode mode, which should be "r" for reading only, or "rw" for reading and writing.
ChecksumRandomAccessFile(File, String, int) - Constructor for class org.apache.cassandra.io.ChecksumRandomAccessFile
 
ChecksumRandomAccessFile(String, String) - Constructor for class org.apache.cassandra.io.ChecksumRandomAccessFile
Open a new BufferedRandomAccessFile on the file named name in mode mode, which should be "r" for reading only, or "rw" for reading and writing.
ChecksumRandomAccessFile(String, String, int) - Constructor for class org.apache.cassandra.io.ChecksumRandomAccessFile
 
clear() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
clear() - Method in class org.apache.cassandra.utils.BloomFilter
 
clear() - Method in class org.apache.cassandra.utils.BoundedStatsDeque
 
clear() - Method in class org.apache.cassandra.utils.FastHash
Empties the collection.
clear() - Method in class org.apache.cassandra.utils.FastHashMap
Empties the map.
clear() - Method in class org.apache.cassandra.utils.TimedStatsDeque
 
clearSinks() - Static method in class org.apache.cassandra.net.sink.SinkManager
 
clearSnapshot() - Method in class org.apache.cassandra.db.Table
 
CliClient - Class in org.apache.cassandra.cli
 
CliClient(CliSessionState, Cassandra.Client) - Constructor for class org.apache.cassandra.cli.CliClient
 
CliCompiler - Class in org.apache.cassandra.cli
 
CliCompiler() - Constructor for class org.apache.cassandra.cli.CliCompiler
 
CliCompiler.ANTLRNoCaseStringStream - Class in org.apache.cassandra.cli
 
CliCompiler.ANTLRNoCaseStringStream(String) - Constructor for class org.apache.cassandra.cli.CliCompiler.ANTLRNoCaseStringStream
 
CliMain - Class in org.apache.cassandra.cli
 
CliMain() - Constructor for class org.apache.cassandra.cli.CliMain
 
CliOptions - Class in org.apache.cassandra.cli
 
CliOptions() - Constructor for class org.apache.cassandra.cli.CliOptions
 
CliSessionState - Class in org.apache.cassandra.cli
 
CliSessionState() - Constructor for class org.apache.cassandra.cli.CliSessionState
 
clone() - Method in class org.apache.cassandra.net.MessagingService
 
clone() - Method in class org.apache.cassandra.utils.FastHash
 
clone() - Method in class org.apache.cassandra.utils.FastHashMap
 
clone() - Method in class org.apache.cassandra.utils.FastObjectHash
 
cloneEndPointTokenMap() - Method in class org.apache.cassandra.locator.TokenMetadata
 
cloneMe() - Method in class org.apache.cassandra.db.Row
 
cloneMe() - Method in class org.apache.cassandra.locator.TokenMetadata
 
cloneTokenEndPointMap() - Method in class org.apache.cassandra.locator.TokenMetadata
 
close() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Stops monitoring and frees buffered data, returning this object to its initial state.
close() - Method in class org.apache.cassandra.db.FileStruct
 
close() - Method in class org.apache.cassandra.db.Scanner
 
close() - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
close() - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
close() - Method in class org.apache.cassandra.io.FastBufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in interface org.apache.cassandra.io.IFileReader
Close the file after reading.
close() - Method in interface org.apache.cassandra.io.IFileWriter
Close the file which is being used for the write.
close(byte[], int) - Method in interface org.apache.cassandra.io.IFileWriter
Close the file after appending the passed in footer information.
close() - Method in class org.apache.cassandra.io.SequenceFile.ChecksumWriter
 
close() - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
close(byte[], int) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
close() - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
close(byte[], int) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
close() - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
close() - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
close(byte[], int) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
close() - Method in class org.apache.cassandra.io.SSTable
 
close(BloomFilter) - Method in class org.apache.cassandra.io.SSTable
 
close() - Method in class org.apache.cassandra.net.http.HttpConnection
 
CLOSE - Static variable in interface org.apache.cassandra.net.http.HttpProtocolConstants
 
close() - Method in class org.apache.cassandra.net.TcpConnection
 
closeRename(BloomFilter) - Method in class org.apache.cassandra.io.SSTable
Renames a temporary SSTable file to a valid data and index file
CMD_TYPE_GET_COLUMN - Static variable in class org.apache.cassandra.db.ReadCommand
 
CMD_TYPE_GET_COLUMNS_SINCE - Static variable in class org.apache.cassandra.db.ReadCommand
 
CMD_TYPE_GET_ROW - Static variable in class org.apache.cassandra.db.ReadCommand
 
CMD_TYPE_GET_SLICE - Static variable in class org.apache.cassandra.db.ReadCommand
 
CMD_TYPE_GET_SLICE_BY_NAMES - Static variable in class org.apache.cassandra.db.ReadCommand
 
Column - Class in org.apache.cassandra.db
Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
column - Variable in class org.apache.cassandra.loader.ColumnFamilyType
 
ColumnComparatorFactory - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ColumnComparatorFactory() - Constructor for class org.apache.cassandra.db.ColumnComparatorFactory
 
ColumnComparatorFactory.ComparatorType - Enum in org.apache.cassandra.db
 
ColumnFamily - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ColumnFamily(String, String) - Constructor for class org.apache.cassandra.db.ColumnFamily
 
columnFamily - Variable in class org.apache.cassandra.db.ColumnsSinceReadCommand
 
columnFamily - Variable in class org.apache.cassandra.db.SliceByNamesReadCommand
 
columnFamily - Variable in class org.apache.cassandra.loader.Importer
 
ColumnFamily.ColumnFamilySerializer - Class in org.apache.cassandra.db
 
ColumnFamily.ColumnFamilySerializer() - Constructor for class org.apache.cassandra.db.ColumnFamily.ColumnFamilySerializer
 
columnFamily_ - Variable in class org.apache.cassandra.db.ColumnFamilyStore
 
columnFamilyColumn - Variable in class org.apache.cassandra.db.ColumnReadCommand
 
columnFamilyColumn - Variable in class org.apache.cassandra.db.SliceReadCommand
 
ColumnFamilyFormatter - Class in org.apache.cassandra.net.http
 
ColumnFamilyFormatter() - Constructor for class org.apache.cassandra.net.http.ColumnFamilyFormatter
 
ColumnFamilyFormatter(StringBuilder) - Constructor for class org.apache.cassandra.net.http.ColumnFamilyFormatter
 
columnFamilyNames() - Method in class org.apache.cassandra.db.RowMutation
 
ColumnFamilyNotDefinedException - Exception in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ColumnFamilyNotDefinedException(String) - Constructor for exception org.apache.cassandra.db.ColumnFamilyNotDefinedException
 
ColumnFamilyStore - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ColumnFamilyStoreMBean - Interface in org.apache.cassandra.db
The MBean interface for ColumnFamilyStore
ColumnFamilyType - Class in org.apache.cassandra.loader
Java class for ColumnFamilyType complex type.
ColumnFamilyType() - Constructor for class org.apache.cassandra.loader.ColumnFamilyType
 
ColumnIndexer - Class in org.apache.cassandra.db
Help to create an index for a column family based on size of columns Author : Karthik Ranganathan ( kranganathan@facebook.com )
ColumnIndexer() - Constructor for class org.apache.cassandra.db.ColumnIndexer
 
ColumnMapExpr - Class in org.apache.cassandra.cql.common
 
ColumnMapExpr() - Constructor for class org.apache.cassandra.cql.common.ColumnMapExpr
 
columnNames - Variable in class org.apache.cassandra.db.SliceByNamesReadCommand
 
ColumnRangeQueryRSD - Class in org.apache.cassandra.cql.common
A Row Source Defintion (RSD) for doing a range query on a column map (in Standard or Super Column Family).
ColumnRangeQueryRSD(CFMetaData, OperandDef, int, int) - Constructor for class org.apache.cassandra.cql.common.ColumnRangeQueryRSD
Set up a range query on column map in a simple column family.
ColumnRangeQueryRSD(CFMetaData, ConstantOperand, ConstantOperand, int, int) - Constructor for class org.apache.cassandra.cql.common.ColumnRangeQueryRSD
Setup a range query on a column map in a super column family.
ColumnReadCommand - Class in org.apache.cassandra.db
 
ColumnReadCommand(String, String, String) - Constructor for class org.apache.cassandra.db.ColumnReadCommand
 
ColumnsSinceReadCommand - Class in org.apache.cassandra.db
 
ColumnsSinceReadCommand(String, String, String, long) - Constructor for class org.apache.cassandra.db.ColumnsSinceReadCommand
 
columnType - Variable in class org.apache.cassandra.config.CFMetaData
 
ColumnType - Class in org.apache.cassandra.loader
Java class for ColumnType complex type.
ColumnType() - Constructor for class org.apache.cassandra.loader.ColumnType
 
combiner - Variable in class org.apache.cassandra.loader.KeyType
 
commandType - Variable in class org.apache.cassandra.db.ReadCommand
 
CommitLog - Class in org.apache.cassandra.db
 
CommitLog.CommitLogContext - Class in org.apache.cassandra.db
 
CommitLog.CommitLogContext(String, long) - Constructor for class org.apache.cassandra.db.CommitLog.CommitLogContext
 
CommitLog.CommitLogFileComparator - Class in org.apache.cassandra.db
 
CommitLog.CommitLogFileComparator() - Constructor for class org.apache.cassandra.db.CommitLog.CommitLogFileComparator
 
compact() - Method in class org.apache.cassandra.utils.FastHash
Compresses the hashtable to the minimum prime size (as defined by PrimeFinder) that will hold all of the elements currently in the table.
CompactEndPointSerializationHelper - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
CompactEndPointSerializationHelper() - Constructor for class org.apache.cassandra.net.CompactEndPointSerializationHelper
 
CompactSerializerInvocationHandler<T> - Class in org.apache.cassandra.db
 
CompactSerializerInvocationHandler(ICompactSerializer2<T>) - Constructor for class org.apache.cassandra.db.CompactSerializerInvocationHandler
 
compare(String, String) - Method in class org.apache.cassandra.db.CommitLog.CommitLogFileComparator
 
compare(File, File) - Method in class org.apache.cassandra.utils.FileUtils.FileComparator
 
compareByteArrays(byte[], byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
compareBytes(byte, byte) - Static method in class org.apache.cassandra.utils.FBUtilities
 
compareBytes(int, int) - Static method in class org.apache.cassandra.utils.FBUtilities
 
comparePriority(Column) - Method in class org.apache.cassandra.db.Column
 
compareTo(FileStruct) - Method in class org.apache.cassandra.db.FileStruct
 
compareTo(Memtable) - Method in class org.apache.cassandra.db.Memtable
Compares two Memtable based on creation time.
compareTo(IColumn) - Method in class org.apache.cassandra.db.SuperColumn
 
compareTo(Range) - Method in class org.apache.cassandra.dht.Range
 
compareTo(Token<String>) - Method in class org.apache.cassandra.dht.StringToken
 
compareTo(Token<T>) - Method in class org.apache.cassandra.dht.Token
This determines the comparison for node destination purposes.
compareTo(GossipDigest) - Method in class org.apache.cassandra.gms.GossipDigest
 
compareTo(SSTable.KeyPositionInfo) - Method in class org.apache.cassandra.io.SSTable.KeyPositionInfo
 
compareTo(EndPoint) - Method in class org.apache.cassandra.net.EndPoint
 
compareTo(Object) - Method in class org.apache.cassandra.net.TcpConnection
 
compileQuery(String) - Static method in class org.apache.cassandra.cli.CliCompiler
 
compileQuery(String) - Method in class org.apache.cassandra.cql.compiler.common.CqlCompiler
 
CompilerErrorMsg - Enum in org.apache.cassandra.cql.compiler.common
List of error messages thrown by the CQL Compiler
compress(byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
COMPRESSION - Static variable in class org.apache.cassandra.net.ProtocolHeader
 
compressToStream(byte[], ByteArrayOutputStream) - Static method in class org.apache.cassandra.utils.FBUtilities
 
computeBestK(int) - Static method in class org.apache.cassandra.utils.BloomCalculations
Given the number of buckets that can be used per element, return the optimal number of hash functions in order to minimize the false positive rate.
computeBucketsAndK(double) - Static method in class org.apache.cassandra.utils.BloomCalculations
Given a maximum tolerable false positive probability, compute a Bloom specification which will give less than the specified false positive rate, but minimize the number of buckets per element and the number of hash functions used.
computeHashCode(T) - Method in class org.apache.cassandra.utils.FastObjectHash
This is the default implementation of TObjectHashingStrategy: it delegates hashing to the Object's hashCode method.
connect(String, int) - Static method in class org.apache.cassandra.cli.CliMain
 
connect(SelectionKey) - Method in class org.apache.cassandra.net.SelectionKeyHandler
Method which is called when the key becomes connectable.
connect(SelectionKey) - Method in class org.apache.cassandra.net.TcpConnection
 
CONNECTION - Static variable in interface org.apache.cassandra.net.http.HttpProtocolConstants
 
ConnectionStatistics - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ConstantOperand - Class in org.apache.cassandra.cql.common
ConstantOperand: Represents a literal/constant operand in the CQL statement.
ConstantOperand(Object) - Constructor for class org.apache.cassandra.cql.common.ConstantOperand
 
Constants - Class in org.apache.cassandra.service
 
Constants() - Constructor for class org.apache.cassandra.service.Constants
 
constructEndPointToRangesMap() - Method in class org.apache.cassandra.service.StorageService
Construct a mapping from endpoint to ranges that endpoint is responsible for.
constructRangeToEndPointMap(Range[]) - Method in class org.apache.cassandra.service.StorageService
Construct the range to endpoint mapping based on the true view of the world.
constructRangeToEndPointMap(Range[], Map<Token, EndPoint>) - Method in class org.apache.cassandra.service.StorageService
Construct the range to endpoint mapping based on the view as dictated by the mapping of token to endpoints passed in.
constructStreamHeader(boolean, boolean) - Static method in class org.apache.cassandra.net.MessagingService
 
contains(Token) - Method in class org.apache.cassandra.dht.Range
Helps determine if a given point on the DHT ring is contained in the range in question.
contains(Object) - Method in class org.apache.cassandra.utils.FastObjectHash
Searches the set for obj
containsElement(K) - Method in class org.apache.cassandra.utils.FastHashMap.KeyView
 
containsKey(K) - Method in class org.apache.cassandra.utils.Cachetable
 
containsKey(Object) - Method in class org.apache.cassandra.utils.FastHashMap
checks for the present of key in the keys of the map.
containsKey(K) - Method in interface org.apache.cassandra.utils.ICachetable
 
containsValue(V) - Method in class org.apache.cassandra.utils.Cachetable
 
containsValue(Object) - Method in class org.apache.cassandra.utils.FastHashMap
checks for the presence of val in the values of the map.
containsValue(V) - Method in interface org.apache.cassandra.utils.ICachetable
 
CONTENT_LENGTH - Static variable in interface org.apache.cassandra.net.http.HttpProtocolConstants
 
contents() - Method in class org.apache.cassandra.db.Memtable
 
Context - Class in org.apache.cassandra.concurrent
Context object adding a collection of key/value pairs into ThreadLocalContext.
Context() - Constructor for class org.apache.cassandra.concurrent.Context
 
ContinuationContext - Class in org.apache.cassandra.concurrent
 
ContinuationContext(Continuation) - Constructor for class org.apache.cassandra.concurrent.ContinuationContext
 
ContinuationsExecutor - Class in org.apache.cassandra.concurrent
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.
ContinuationsExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor
Creates a new ContinuationsExecutor with the given initial parameters and default thread factory and rejected execution handler.
ContinuationsExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor
Creates a new ContinuationsExecutor with the given initial parameters and default rejected execution handler.
ContinuationsExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor
Creates a new ContinuationsExecutor with the given initial parameters and default thread factory.
ContinuationsExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor
Creates a new ContinuationsExecutor with the given initial parameters.
ContinuationsExecutor.AbortPolicy - Class in org.apache.cassandra.concurrent
A handler for rejected tasks that throws a RejectedExecutionException.
ContinuationsExecutor.AbortPolicy() - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor.AbortPolicy
Creates an AbortPolicy.
ContinuationsExecutor.CallerRunsPolicy - Class in org.apache.cassandra.concurrent
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
ContinuationsExecutor.CallerRunsPolicy() - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor.CallerRunsPolicy
Creates a CallerRunsPolicy.
ContinuationsExecutor.DiscardOldestPolicy - Class in org.apache.cassandra.concurrent
A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded.
ContinuationsExecutor.DiscardOldestPolicy() - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor.DiscardOldestPolicy
Creates a DiscardOldestPolicy for the given executor.
ContinuationsExecutor.DiscardPolicy - Class in org.apache.cassandra.concurrent
A handler for rejected tasks that silently discards the rejected task.
ContinuationsExecutor.DiscardPolicy() - Constructor for class org.apache.cassandra.concurrent.ContinuationsExecutor.DiscardPolicy
Creates a DiscardPolicy.
ContinuationStage - Class in org.apache.cassandra.concurrent
 
ContinuationStage(String, int) - Constructor for class org.apache.cassandra.concurrent.ContinuationStage
 
convict(EndPoint) - Method in class org.apache.cassandra.gms.Gossiper
This method is part of IFailureDetectionEventListener interface.
convict(EndPoint) - Method in interface org.apache.cassandra.gms.IFailureDetectionEventListener
Convict the specified endpoint.
Coordinate - Class in org.apache.cassandra.io
Section of a file that needs to be scanned is represented by this class.
copy() - Method in class org.apache.cassandra.db.ColumnReadCommand
 
copy() - Method in class org.apache.cassandra.db.ColumnsSinceReadCommand
 
copy() - Method in class org.apache.cassandra.db.ReadCommand
 
copy() - Method in class org.apache.cassandra.db.RowReadCommand
 
copy() - Method in class org.apache.cassandra.db.SliceByNamesReadCommand
 
copy() - Method in class org.apache.cassandra.db.SliceReadCommand
 
count - Variable in class org.apache.cassandra.db.SliceReadCommand
 
count - Variable in class org.apache.cassandra.io.FastBufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class org.apache.cassandra.io.FastBufferedOutputStream
The number of valid bytes in the buffer.
count(int) - Method in class org.apache.cassandra.io.IndexHelper.ColumnIndexInfo
 
CountFilter - Class in org.apache.cassandra.db
This class provides a filter for fitering out columns greater than a certain count.
CqlCompiler - Class in org.apache.cassandra.cql.compiler.common
 
CqlCompiler() - Constructor for class org.apache.cassandra.cql.compiler.common.CqlCompiler
 
CqlCompiler.ANTLRNoCaseStringStream - Class in org.apache.cassandra.cql.compiler.common
 
CqlCompiler.ANTLRNoCaseStringStream(String) - Constructor for class org.apache.cassandra.cql.compiler.common.CqlCompiler.ANTLRNoCaseStringStream
 
CqlCompiler.CqlParserX - Class in org.apache.cassandra.cql.compiler.common
 
CqlCompiler.CqlParserX(TokenStream) - Constructor for class org.apache.cassandra.cql.compiler.common.CqlCompiler.CqlParserX
 
CqlDriver - Class in org.apache.cassandra.cql.driver
 
CqlDriver() - Constructor for class org.apache.cassandra.cql.driver.CqlDriver
 
CqlResult - Class in org.apache.cassandra.cql.common
 
CqlResult(List<Map<String, String>>) - Constructor for class org.apache.cassandra.cql.common.CqlResult
 
createColumn(ColumnType) - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of JAXBElement<ColumnType>}
createColumnFamilyType() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of ColumnFamilyType
createColumnType() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of ColumnType
createDirectory(String) - Static method in class org.apache.cassandra.utils.FileUtils
 
createFieldCollection() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of FieldCollection
createFile(String) - Static method in class org.apache.cassandra.utils.FileUtils
 
createImporter() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of Importer
createKeyType() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of KeyType
createRecord(String) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Creates a new AbstractMetricsRecord instance with the given recordName.
createSuperColumn(SuperColumnType) - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of JAXBElement<SuperColumnType>}
createSuperColumnType() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of SuperColumnType
createTable(String) - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of JAXBElement<String>}
createTable(String[], String[][]) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
createTimestampType() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of TimestampType
createValueType() - Method in class org.apache.cassandra.loader.ObjectFactory
Create an instance of ValueType
ctxBag_ - Static variable in class org.apache.cassandra.net.io.StreamContextManager
 
CType - Class in org.apache.cassandra.cql.common
 
CType() - Constructor for class org.apache.cassandra.cql.common.CType
 
CType.ArrayType - Class in org.apache.cassandra.cql.common
 
CType.ArrayType(CType.Type) - Constructor for class org.apache.cassandra.cql.common.CType.ArrayType
 
CType.IntegerType - Class in org.apache.cassandra.cql.common
 
CType.IntegerType() - Constructor for class org.apache.cassandra.cql.common.CType.IntegerType
 
CType.RowType - Class in org.apache.cassandra.cql.common
 
CType.RowType(ArrayList<CType.Type>) - Constructor for class org.apache.cassandra.cql.common.CType.RowType
 
CType.StringType - Class in org.apache.cassandra.cql.common
 
CType.StringType() - Constructor for class org.apache.cassandra.cql.common.CType.StringType
 
CType.Type - Interface in org.apache.cassandra.cql.common
 
CustomLoader - Class in org.apache.cassandra.loader
 
CustomLoader(StorageService, String) - Constructor for class org.apache.cassandra.loader.CustomLoader
 

D

DatabaseDescriptor - Class in org.apache.cassandra.config
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
DatabaseDescriptor() - Constructor for class org.apache.cassandra.config.DatabaseDescriptor
 
DataFileVerbHandler - Class in org.apache.cassandra.db
 
DataFileVerbHandler() - Constructor for class org.apache.cassandra.db.DataFileVerbHandler
 
dataFileVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
DataInputBuffer - Class in org.apache.cassandra.io
An implementation of the DataInputStream interface.
DataInputBuffer() - Constructor for class org.apache.cassandra.io.DataInputBuffer
Constructs a new empty buffer.
DataOutputBuffer - Class in org.apache.cassandra.io
An implementation of the DataOutputStream interface.
DataOutputBuffer() - Constructor for class org.apache.cassandra.io.DataOutputBuffer
Constructs a new empty buffer.
DBAnalyticsSource - Class in org.apache.cassandra.analytics
This class sets up the analytics package to report metrics into Ganglia for the various DB operations such as: reads per second, average read latency, writes per second, average write latency.
DBAnalyticsSource() - Constructor for class org.apache.cassandra.analytics.DBAnalyticsSource
Create all the required records we intend to display, and register with the AnalyticsContext.
DBManager - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
DBManager() - Constructor for class org.apache.cassandra.db.DBManager
 
DBManager.StorageMetadata - Class in org.apache.cassandra.db
 
DBTest - Class in org.apache.cassandra.test
 
DBTest() - Constructor for class org.apache.cassandra.test.DBTest
 
debug(Object) - Method in class org.apache.cassandra.utils.Log4jLogger
 
DebuggableScheduledThreadPoolExecutor - Class in org.apache.cassandra.concurrent
This is a wrapper class for the ScheduledThreadPoolExecutor.
DebuggableScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor
 
DebuggableThreadPoolExecutor - Class in org.apache.cassandra.concurrent
This is a wrapper class for the ScheduledThreadPoolExecutor.
DebuggableThreadPoolExecutor(String) - Constructor for class org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor
 
DebuggableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactoryImpl) - Constructor for class org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor
 
DebuggableThreadPoolExecutorMBean - Interface in org.apache.cassandra.concurrent
 
debugOn(boolean) - Static method in class org.apache.cassandra.net.MessagingService
 
decompress(byte[], int, int) - Static method in class org.apache.cassandra.utils.FBUtilities
 
decompress(byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
decorateKey(String) - Method in interface org.apache.cassandra.dht.IPartitioner
transform key to on-disk format s.t.
decorateKey(String) - Method in class org.apache.cassandra.dht.OrderPreservingPartitioner
 
decorateKey(String) - Method in class org.apache.cassandra.dht.RandomPartitioner
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.apache.cassandra.utils.FastHash
the default initial capacity for the hash table.
DEFAULT_LOAD_FACTOR - Static variable in class org.apache.cassandra.utils.FastHash
the load above which rehashing occurs.
delete(String, long) - Method in class org.apache.cassandra.db.RowMutation
 
delete(String) - Static method in class org.apache.cassandra.io.SSTable
This method deletes both the specified data file and the associated index file
delete(String) - Static method in class org.apache.cassandra.utils.FileUtils
 
delete(List<String>) - Static method in class org.apache.cassandra.utils.FileUtils
 
delete(File[]) - Static method in class org.apache.cassandra.utils.FileUtils
 
deleteAsync(String) - Static method in class org.apache.cassandra.utils.FileUtils
 
deleteDir(File) - Static method in class org.apache.cassandra.utils.FileUtils
Deletes all files and subdirectories under "dir".
delimiter - Variable in class org.apache.cassandra.loader.ColumnFamilyType
 
deliverHints(EndPoint) - Method in class org.apache.cassandra.db.HintedHandOffManager
 
deque - Variable in class org.apache.cassandra.utils.BoundedStatsDeque
 
deregisterAllVerbHandlers(EndPoint) - Method in interface org.apache.cassandra.net.IMessagingService
Deregister all verbhandlers corresponding to localEndPoint.
deregisterAllVerbHandlers(EndPoint) - Method in class org.apache.cassandra.net.MessagingService
 
deregisterStage(String) - Static method in class org.apache.cassandra.concurrent.StageManager
Deregister a stage from StageManager
deregisterVerbHandlers(String) - Method in interface org.apache.cassandra.net.IMessagingService
Deregister a verbhandler corresponding to the verb from the Messaging Service.
deregisterVerbHandlers(String) - Method in class org.apache.cassandra.net.MessagingService
 
describeTable(String) - Method in class org.apache.cassandra.service.CassandraServer
 
deserialize(DataInputStream) - Method in class org.apache.cassandra.db.ColumnFamily.ColumnFamilySerializer
 
deserialize(DataInputStream, IFilter) - Method in class org.apache.cassandra.db.ColumnFamily.ColumnFamilySerializer
 
deserialize(DataInputStream, String, IFilter) - Method in class org.apache.cassandra.db.ColumnFamily.ColumnFamilySerializer
 
deserialize(DataInputStream, IFilter) - Method in interface org.apache.cassandra.db.ICompactSerializer2
Returns an instance of an IColumn which contains only the columns that are required.
deserialize(DataInputStream, String, IFilter) - Method in interface org.apache.cassandra.db.ICompactSerializer2
This method is used to deserialize just the specified field from the serialized stream.
deserialize(DataInputStream) - Method in class org.apache.cassandra.db.WriteResponse.WriteResponseSerializer
 
deserialize(DataInputStream) - Method in class org.apache.cassandra.dht.Token.TokenSerializer
 
deserialize(DataInputStream) - Method in interface org.apache.cassandra.io.ICompactSerializer
Deserialize into the specified DataInputStream instance.
deserialize(DataInputStream) - Method in class org.apache.cassandra.io.IndexHelper.ColumnIndexInfo
 
deserialize(DataInputStream) - Static method in class org.apache.cassandra.net.CompactEndPointSerializationHelper
 
deserialize(byte[]) - Method in class org.apache.cassandra.net.io.FastSerializer
 
deserialize(byte[]) - Method in interface org.apache.cassandra.net.io.ISerializer
 
deserialize(DataInputStream) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContextSerializer
 
deserialize(DataInputStream) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessageSerializer
 
deserialize(DataInputStream) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusSerializer
 
deserialize(DataInputStream) - Method in class org.apache.cassandra.tools.MembershipCleaner.MembershipCleanerMessageSerializer
 
deserializeFromStream(byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
destroy() - Method in class org.apache.cassandra.service.CassandraDaemon
hook for JSVC
DestructivePQIterator<T> - Class in org.apache.cassandra.utils
 
DestructivePQIterator(PriorityQueue<T>) - Constructor for class org.apache.cassandra.utils.DestructivePQIterator
 
details_ - Variable in class org.apache.cassandra.net.Header
 
diff(IColumn) - Method in class org.apache.cassandra.db.Column
 
diff(IColumn) - Method in interface org.apache.cassandra.db.IColumn
 
diff(Row) - Method in class org.apache.cassandra.db.Row
 
diff(IColumn) - Method in class org.apache.cassandra.db.SuperColumn
 
digest() - Method in class org.apache.cassandra.db.Column
 
digest() - Method in class org.apache.cassandra.db.ColumnFamily
 
digest() - Method in interface org.apache.cassandra.db.IColumn
 
digest() - Method in class org.apache.cassandra.db.ReadResponse
 
digest() - Method in class org.apache.cassandra.db.Row
 
digest() - Method in class org.apache.cassandra.db.SuperColumn
 
digest(byte[]) - Method in class org.apache.cassandra.utils.SafeMessageDigest
 
digest() - Method in class org.apache.cassandra.utils.SafeMessageDigest
 
digest_ - Static variable in class org.apache.cassandra.utils.SafeMessageDigest
 
DigestMismatchException - Exception in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
DigestMismatchException(String) - Constructor for exception org.apache.cassandra.service.DigestMismatchException
 
directory - Variable in class org.apache.cassandra.loader.ColumnFamilyType
 
disconnect() - Static method in class org.apache.cassandra.cli.CliMain
 
displayRecognitionError(String[], RecognitionException) - Method in class org.apache.cassandra.cql.compiler.common.CqlCompiler.CqlParserX
 
DMLPlan - Class in org.apache.cassandra.cql.common
This class represents the execution plan for DML (data manipulation language) CQL statements.
DMLPlan() - Constructor for class org.apache.cassandra.cql.common.DMLPlan
 
DO_REPAIR - Static variable in class org.apache.cassandra.db.ReadCommand
 
doBootstrap(EndPoint, StorageService.BootstrapMode) - Method in class org.apache.cassandra.service.StorageService
Starts the bootstrap operations for the specified endpoint.
doCompaction(int) - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
doConsistencyCheck(Row, List<EndPoint>, ReadCommand) - Method in class org.apache.cassandra.service.StorageService
 
doGC() - Method in class org.apache.cassandra.db.Table
Do a cleanup of keys that do not belong locally.
doGC() - Method in class org.apache.cassandra.service.StorageService
 
doGC() - Method in interface org.apache.cassandra.service.StorageServiceMBean
 
doPostProcessing(Continuation) - Static method in class org.apache.cassandra.concurrent.ContinuationsExecutor
 
doProcess() - Method in class org.apache.cassandra.net.SelectorManager
 
doRead(ByteBuffer) - Method in class org.apache.cassandra.net.io.StartState
 
doReadProtocol(Map<String, ReadCommand>) - Static method in class org.apache.cassandra.service.StorageProxy
This is an implementation for the multiget version.
doRecovery() - Method in class org.apache.cassandra.db.RecoveryManager
 
doSemanticAnalysis(CommonTree) - Static method in class org.apache.cassandra.cql.compiler.sem.SemanticPhase
 
doTest() - Static method in class org.apache.cassandra.test.DBTest
 
doUpdates(AnalyticsContext) - Method in class org.apache.cassandra.analytics.DBAnalyticsSource
Update each of the records with the relevant data
doUpdates(AnalyticsContext) - Method in interface org.apache.cassandra.analytics.IAnalyticsSource
Timer-based call-back from the metric library.
doUpdates(AnalyticsContext) - Method in class org.apache.cassandra.analytics.VMAnalyticsSource
Update the VM heap utilization record with the relevant data.
doVerb(Message) - Method in class org.apache.cassandra.db.BinaryVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.db.CalloutDeployVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.db.DataFileVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.db.LoadVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.db.ReadRepairVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.db.ReadVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.db.RowMutationVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.db.Table.BootStrapInitiateVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.dht.BootstrapMetadataVerbHandler
 
doVerb(Message) - Method in interface org.apache.cassandra.net.IVerbHandler
This method delivers a message to the implementing class (if the implementing class was registered by a call to MessagingService.registerVerbHandlers).
doVerb(Message) - Method in class org.apache.cassandra.service.RangeVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.service.StorageService.BootstrapInitiateDoneVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.service.StreamManager.BootstrapTerminateVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.service.TokenUpdateVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.tools.MembershipCleanerVerbHandler
 
doVerb(Message) - Method in class org.apache.cassandra.tools.TokenUpdateVerbHandler
 
dumpInterArrivalTimes() - Method in class org.apache.cassandra.gms.FailureDetector
Dump the inter arrival times for examination if necessary.
dumpInterArrivalTimes() - Method in interface org.apache.cassandra.gms.FailureDetectorMBean
 

E

emitRecord(String, OutputRecord) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Sends a record to the metrics system.
EMPTY_CF - Static variable in class org.apache.cassandra.db.ReadCommand
 
end_ - Variable in class org.apache.cassandra.io.Coordinate
 
endBody() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
EndPoint - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
EndPoint(String, int) - Constructor for class org.apache.cassandra.net.EndPoint
 
EndPoint(int) - Constructor for class org.apache.cassandra.net.EndPoint
 
EndPointSnitch - Class in org.apache.cassandra.locator
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
EndPointSnitch() - Constructor for class org.apache.cassandra.locator.EndPointSnitch
 
EndPointState - Class in org.apache.cassandra.gms
This abstraction represents both the HeartBeatState and the ApplicationState in an EndPointState instance.
endRow() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
endTable() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
ensureCapacity(int) - Method in class org.apache.cassandra.utils.FastHash
Ensure that this hashtable has sufficient capacity to hold desiredCapacity additional elements without requiring a rehash.
entrySet() - Method in class org.apache.cassandra.utils.FastHashMap
Returns a Set view on the entries of the map.
equals(Object) - Method in class org.apache.cassandra.db.ColumnFamily
 
equals(Object) - Method in class org.apache.cassandra.db.CommitLog.CommitLogFileComparator
 
equals(Object) - Method in class org.apache.cassandra.dht.Range
 
equals(Object) - Method in class org.apache.cassandra.dht.Token
 
equals(Object) - Method in class org.apache.cassandra.net.EndPoint
 
equals(Object) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
equals(Object) - Method in class org.apache.cassandra.net.TcpConnection
 
equals(T, T) - Method in class org.apache.cassandra.utils.FastObjectHash
This is the default implementation of TObjectHashingStrategy: it delegates equality comparisons to the first parameter's equals() method.
equals(Object) - Method in class org.apache.cassandra.utils.FileUtils.FileComparator
 
err - Variable in class org.apache.cassandra.cli.CliSessionState
 
error(Object) - Method in class org.apache.cassandra.utils.Log4jLogger
 
errorCode - Variable in class org.apache.cassandra.cql.common.CqlResult
 
errorTxt - Variable in class org.apache.cassandra.cql.common.CqlResult
 
evaluateString(String) - Static method in class org.apache.cassandra.procedures.GroovyScriptRunner
 
execute(Runnable) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Executes the given command at some time in the future.
execute(Runnable) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Executes the given task sometime in the future.
execute(Callable<Object>) - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
execute(Runnable) - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
execute(Runnable) - Method in interface org.apache.cassandra.concurrent.IStage
This method is used to execute a piece of code on this stage.
execute(Callable<Object>) - Method in interface org.apache.cassandra.concurrent.IStage
This method is used to execute a piece of code on this stage which returns a Future pointer.
execute(Callable<Object>) - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
execute(Runnable) - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
execute(Runnable) - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
execute(Callable<Object>) - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
execute(Runnable) - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
execute(Callable<Object>) - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
execute() - Method in class org.apache.cassandra.cql.common.ExplainPlan
 
execute() - Method in class org.apache.cassandra.cql.common.Plan
 
execute() - Method in class org.apache.cassandra.cql.common.QueryPlan
 
execute() - Method in class org.apache.cassandra.cql.common.SetColumnMap
 
execute() - Method in class org.apache.cassandra.cql.common.SetSuperColumnMap
 
execute() - Method in class org.apache.cassandra.cql.common.SetUniqueKey
 
executeCallout(String, Object...) - Method in class org.apache.cassandra.db.CalloutManager
Execute the specified callout.
executeCLIStmt(String) - Method in class org.apache.cassandra.cli.CliClient
 
executeQuery(String) - Static method in class org.apache.cassandra.cql.driver.CqlDriver
 
executeQuery(String) - Method in class org.apache.cassandra.service.CassandraServer
 
executeQueryOnServer(String) - Method in class org.apache.cassandra.cli.CliClient
 
executorService_ - Variable in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
executorService_ - Variable in class org.apache.cassandra.concurrent.SingleThreadedStage
 
explain() - Method in class org.apache.cassandra.cql.common.BindOperand
 
explain() - Method in class org.apache.cassandra.cql.common.ConstantOperand
 
explain() - Method in interface org.apache.cassandra.cql.common.OperandDef
 
explainPlan() - Method in class org.apache.cassandra.cql.common.ColumnRangeQueryRSD
 
ExplainPlan - Class in org.apache.cassandra.cql.common
The "Plan" for the EXPLAIN PLAN statement itself! It is nothing but a simple wrapper around the "Plan" for the statement on which an EXPLAIN PLAN has been requested.
ExplainPlan(Plan) - Constructor for class org.apache.cassandra.cql.common.ExplainPlan
Construct an ExplainPlan instance for the statement whose "plan" has been passed in.
explainPlan() - Method in class org.apache.cassandra.cql.common.ExplainPlan
 
explainPlan() - Method in class org.apache.cassandra.cql.common.Plan
 
explainPlan() - Method in class org.apache.cassandra.cql.common.QueryPlan
 
explainPlan() - Method in class org.apache.cassandra.cql.common.RowSourceDef
 
explainPlan() - Method in class org.apache.cassandra.cql.common.SetColumnMap
 
explainPlan() - Method in class org.apache.cassandra.cql.common.SetSuperColumnMap
 
explainPlan() - Method in class org.apache.cassandra.cql.common.SetUniqueKey
 
explainPlan() - Method in class org.apache.cassandra.cql.common.SuperColumnRangeQueryRSD
 
explainPlan() - Method in class org.apache.cassandra.cql.common.UniqueKeyQueryRSD
 
extractKeyIntoFile(String, String, String) - Static method in class org.apache.cassandra.tools.KeyExtracter
 

F

FailureDetector - Class in org.apache.cassandra.gms
This FailureDetector is an implementation of the paper titled "The Phi Accrual Failure Detector" by Hayashibara.
FailureDetector() - Constructor for class org.apache.cassandra.gms.FailureDetector
 
FailureDetectorMBean - Interface in org.apache.cassandra.gms
 
FastBufferedInputStream - Class in org.apache.cassandra.io
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
FastBufferedInputStream(InputStream) - Constructor for class org.apache.cassandra.io.FastBufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
FastBufferedInputStream(InputStream, int) - Constructor for class org.apache.cassandra.io.FastBufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
FastBufferedOutputStream - Class in org.apache.cassandra.io
The class implements a buffered output stream.
FastBufferedOutputStream(OutputStream) - Constructor for class org.apache.cassandra.io.FastBufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
FastBufferedOutputStream(OutputStream, int) - Constructor for class org.apache.cassandra.io.FastBufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
FastHash - Class in org.apache.cassandra.utils
Base class for hashtables that use open addressing to resolve collisions.
FastHash() - Constructor for class org.apache.cassandra.utils.FastHash
Creates a new THash instance with the default capacity and load factor.
FastHash(int) - Constructor for class org.apache.cassandra.utils.FastHash
Creates a new THash instance with a prime capacity at or near the specified capacity and with the default load factor.
FastHash(int, float) - Constructor for class org.apache.cassandra.utils.FastHash
Creates a new THash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
FastHashMap<K,V> - Class in org.apache.cassandra.utils
An implementation of the Map interface which uses an open addressed hash table to store its contents
FastHashMap() - Constructor for class org.apache.cassandra.utils.FastHashMap
Creates a new FastHashMap instance with the default capacity and load factor.
FastHashMap(int) - Constructor for class org.apache.cassandra.utils.FastHashMap
Creates a new FastHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
FastHashMap(int, float) - Constructor for class org.apache.cassandra.utils.FastHashMap
Creates a new FastHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
FastHashMap(Map<K, V>) - Constructor for class org.apache.cassandra.utils.FastHashMap
Creates a new FastHashMap instance which contains the key/value pairs in map.
FastHashMap.FastHashMapIterator<T> - Class in org.apache.cassandra.utils
 
FastHashMap.KeyView - Class in org.apache.cassandra.utils
a view onto the keys of the map.
FastHashMap.KeyView() - Constructor for class org.apache.cassandra.utils.FastHashMap.KeyView
 
FastLinkedHashMap<K,V> - Class in org.apache.cassandra.utils
 
FastLinkedHashMap() - Constructor for class org.apache.cassandra.utils.FastLinkedHashMap
 
FastObjectHash<T> - Class in org.apache.cassandra.utils
An open addressed hashing implementation for Object types.
FastObjectHash() - Constructor for class org.apache.cassandra.utils.FastObjectHash
Creates a new TObjectHash instance with the default capacity and load factor.
FastObjectHash(int) - Constructor for class org.apache.cassandra.utils.FastObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
FastObjectHash(int, float) - Constructor for class org.apache.cassandra.utils.FastObjectHash
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
FastSerializer - Class in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
FastSerializer() - Constructor for class org.apache.cassandra.net.io.FastSerializer
 
fastWriter(String, int) - Static method in class org.apache.cassandra.io.SequenceFile
 
fatal(Object) - Method in class org.apache.cassandra.utils.Log4jLogger
 
FBUtilities - Class in org.apache.cassandra.utils
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
FBUtilities() - Constructor for class org.apache.cassandra.utils.FBUtilities
 
fetch(String, String) - Method in interface org.apache.cassandra.db.IScanner
 
fetch(String, String) - Method in class org.apache.cassandra.db.Scanner
Fetch the columns associated with this key for the specified column family.
field - Variable in class org.apache.cassandra.loader.ColumnType
 
field - Variable in class org.apache.cassandra.loader.FieldCollection
 
field - Variable in class org.apache.cassandra.loader.TimestampType
 
field - Variable in class org.apache.cassandra.loader.ValueType
 
FieldCollection - Class in org.apache.cassandra.loader
Java class for FieldCollection complex type.
FieldCollection() - Constructor for class org.apache.cassandra.loader.FieldCollection
 
fields - Variable in class org.apache.cassandra.loader.KeyType
 
fields - Variable in class org.apache.cassandra.loader.SuperColumnType
 
file_ - Variable in class org.apache.cassandra.io.SequenceFile.AbstractReader
 
file_ - Variable in class org.apache.cassandra.io.SequenceFile.Writer
 
filename_ - Variable in class org.apache.cassandra.io.SequenceFile.AbstractReader
 
filename_ - Variable in class org.apache.cassandra.io.SequenceFile.AbstractWriter
 
FileStruct - Class in org.apache.cassandra.db
 
FileStruct(IFileReader, IPartitioner) - Constructor for class org.apache.cassandra.db.FileStruct
 
FileUtils - Class in org.apache.cassandra.utils
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
FileUtils() - Constructor for class org.apache.cassandra.utils.FileUtils
 
FileUtils.Deleter - Class in org.apache.cassandra.utils
 
FileUtils.Deleter(File) - Constructor for class org.apache.cassandra.utils.FileUtils.Deleter
 
FileUtils.FileComparator - Class in org.apache.cassandra.utils
 
FileUtils.FileComparator() - Constructor for class org.apache.cassandra.utils.FileUtils.FileComparator
 
filter(String, ColumnFamily) - Method in class org.apache.cassandra.db.CountFilter
 
filter(IColumn, DataInputStream) - Method in class org.apache.cassandra.db.CountFilter
 
filter(String, ColumnFamily) - Method in class org.apache.cassandra.db.IdentityFilter
 
filter(IColumn, DataInputStream) - Method in class org.apache.cassandra.db.IdentityFilter
 
filter(String, ColumnFamily) - Method in interface org.apache.cassandra.db.IFilter
 
filter(IColumn, DataInputStream) - Method in interface org.apache.cassandra.db.IFilter
 
filter(String, ColumnFamily) - Method in class org.apache.cassandra.db.NamesFilter
 
filter(IColumn, DataInputStream) - Method in class org.apache.cassandra.db.NamesFilter
 
filter(String, ColumnFamily) - Method in class org.apache.cassandra.db.RangeFilter
 
filter(IColumn, DataInputStream) - Method in class org.apache.cassandra.db.RangeFilter
 
Filter - Class in org.apache.cassandra.utils
 
Filter() - Constructor for class org.apache.cassandra.utils.Filter
 
finalize() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Invokes shutdown when this executor is no longer referenced and it has no threads.
findSuitableEndPoint(String) - Method in class org.apache.cassandra.service.StorageService
This function finds the most suitable endpoint given a key.
findSuitableEndPoints(String[]) - Method in class org.apache.cassandra.service.StorageService
 
flush() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Called each period after all records have been emitted, this method does nothing.
flush(boolean) - Method in class org.apache.cassandra.db.Table
 
flush() - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
Flush any bytes in the file's buffer that have not yet been written to disk.
flush() - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
Flush any bytes in the file's buffer that have not yet been written to disk.
flush() - Method in class org.apache.cassandra.io.FastBufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class org.apache.cassandra.net.http.HttpWriteResponse
 
flushMemtableOnRecovery() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
flushPeriodInMinutes - Variable in class org.apache.cassandra.config.CFMetaData
 
forceCompaction(List<Range>, EndPoint, List<String>) - Method in class org.apache.cassandra.db.Table
 
forceCompaction() - Method in class org.apache.cassandra.db.Table
 
forceFlush() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
forceFlush() - Method in interface org.apache.cassandra.db.ColumnFamilyStoreMBean
Triggers an immediate memtable flush.
forceflush() - Method in class org.apache.cassandra.db.Memtable
 
forceHandoff(String, String) - Method in class org.apache.cassandra.service.StorageService
 
forceHandoff(String, String) - Method in interface org.apache.cassandra.service.StorageServiceMBean
Stream the files in the bootstrap directory over to the node being bootstrapped.
FREE - Static variable in class org.apache.cassandra.utils.FastObjectHash
 
free_ - Variable in class org.apache.cassandra.utils.FastHash
the current number of free slots in the hash.
from_ - Static variable in class org.apache.cassandra.tools.AdminTool
 
fromByte(byte) - Static method in enum org.apache.cassandra.db.TypeInfo
 
fromByteArray(byte[]) - Method in class org.apache.cassandra.dht.Token.TokenFactory
 
fromBytes(byte[]) - Static method in class org.apache.cassandra.net.EndPoint
 
fromString(String) - Method in class org.apache.cassandra.dht.Token.TokenFactory
 
fromString(String) - Static method in class org.apache.cassandra.net.EndPoint
 

G

get(Object) - Method in class org.apache.cassandra.concurrent.Context
 
get() - Static method in class org.apache.cassandra.concurrent.ThreadLocalContext
 
get() - Method in class org.apache.cassandra.cql.common.BindOperand
 
get() - Method in class org.apache.cassandra.cql.common.ConstantOperand
 
get() - Method in interface org.apache.cassandra.cql.common.OperandDef
 
get(String) - Method in class org.apache.cassandra.db.SystemTable
 
get(String) - Method in class org.apache.cassandra.db.Table
Selects the row associated with the given key.
get(String, String) - Method in class org.apache.cassandra.db.Table
Selects the specified column family for the specified key.
get() - Method in interface org.apache.cassandra.net.IAsyncResult
Returns the result for the task that was submitted.
get(long, TimeUnit) - Method in interface org.apache.cassandra.net.IAsyncResult
Same operation as the above get() but allows the calling thread to specify a timeout.
get() - Method in class org.apache.cassandra.net.MultiAsyncResult
 
get(long, TimeUnit) - Method in class org.apache.cassandra.net.MultiAsyncResult
 
get() - Method in class org.apache.cassandra.service.MultiQuorumResponseHandler
 
get() - Method in class org.apache.cassandra.service.QuorumResponseHandler
 
get(K) - Method in class org.apache.cassandra.utils.Cachetable
 
get(Object) - Method in class org.apache.cassandra.utils.FastHashMap
retrieves the value for key
get(K) - Method in interface org.apache.cassandra.utils.ICachetable
 
get_column(String, String, String) - Method in class org.apache.cassandra.service.CassandraServer
 
get_column_count(String, String, String) - Method in class org.apache.cassandra.service.CassandraServer
 
get_columns_since(String, String, String, long) - Method in class org.apache.cassandra.service.CassandraServer
 
get_key_range(String, String, String, int) - Method in class org.apache.cassandra.service.CassandraServer
 
get_slice(String, String, String, int, int) - Method in class org.apache.cassandra.service.CassandraServer
 
get_slice_by_names(String, String, String, List<String>) - Method in class org.apache.cassandra.service.CassandraServer
 
get_slice_super(String, String, String, int, int) - Method in class org.apache.cassandra.service.CassandraServer
 
get_slice_super_by_names(String, String, String, List<String>) - Method in class org.apache.cassandra.service.CassandraServer
 
get_superColumn(String, String, String) - Method in class org.apache.cassandra.service.CassandraServer
 
getAction() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatus
 
getActiveCount() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the approximate number of threads that are actively executing tasks.
getAllColumns() - Method in class org.apache.cassandra.db.ColumnFamily
 
getAllDataFileLocations() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getAllMembers() - Method in class org.apache.cassandra.gms.Gossiper
 
getAllRanges() - Method in class org.apache.cassandra.service.StorageService
Get all ranges that span the ring as per current snapshot of the token distribution.
getAllRanges(Set<Token>) - Method in class org.apache.cassandra.service.StorageService
Get all ranges that span the ring given a set of tokens.
getAllSSTablesOnDisk() - Method in class org.apache.cassandra.db.Table
 
getApplicationColumnFamilies() - Method in class org.apache.cassandra.db.Table
 
getApplicationState(String) - Method in class org.apache.cassandra.gms.EndPointState
 
getApplicationState() - Method in class org.apache.cassandra.gms.EndPointState
 
getApproximateKeyCount(List<String>) - Static method in class org.apache.cassandra.io.SSTable
 
getAsyncResult(String) - Static method in class org.apache.cassandra.net.MessagingService
 
getAttribute(String) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Returns the value of the named attribute, or null if there is no attribute of that name.
getAttributeNames() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Returns the names of all the factory's attributes.
getAttributeTable(String) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Returns an attribute-value map derived from the factory attributes by finding all factory attributes that begin with contextName.tableName.
getAttributeValue(Node, String) - Static method in class org.apache.cassandra.utils.XMLUtils
 
getAutoCompactionFactor() - Method in class org.apache.cassandra.utils.FastHash
 
getBaseRecognizer() - Method in class org.apache.cassandra.cql.compiler.parse.ParseError
 
getBits(int, int, int) - Static method in class org.apache.cassandra.net.MessagingService
 
getBits(int, int, int) - Static method in class org.apache.cassandra.utils.FBUtilities
 
getBody() - Method in class org.apache.cassandra.net.http.HttpRequest
 
getBody() - Method in class org.apache.cassandra.net.http.HttpResponse
 
getBootstrapFileLocation() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getBufIn() - Method in class org.apache.cassandra.db.FileStruct
 
getCalloutDeployMessage(CalloutDeployMessage) - Static method in class org.apache.cassandra.db.CalloutDeployMessage
 
getCalloutLocation() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getCFMetaData(String, String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getClusterName() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getColumn(CommonTree, int) - Static method in class org.apache.cassandra.cli.CliCompiler
 
getColumn(String) - Method in class org.apache.cassandra.db.ColumnFamily
 
getColumn() - Method in class org.apache.cassandra.loader.ColumnFamilyType
Gets the value of the column property.
getColumnAndColumnFamily(String) - Static method in class org.apache.cassandra.db.RowMutation
 
getColumnFamilies() - Method in class org.apache.cassandra.db.Row
 
getColumnFamilies() - Method in class org.apache.cassandra.db.Table
 
getColumnFamily(CommonTree) - Static method in class org.apache.cassandra.cli.CliCompiler
 
getColumnFamily(String, String, IFilter) - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getColumnFamily(String, String, IFilter, int) - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getColumnFamily(String) - Method in class org.apache.cassandra.db.Row
 
getColumnFamily() - Method in class org.apache.cassandra.loader.Importer
Gets the value of the columnFamily property.
getColumnFamilyMap() - Method in class org.apache.cassandra.db.Row
Deprecated. 
getColumnFamilyName() - Method in class org.apache.cassandra.db.ColumnReadCommand
 
getColumnFamilyName() - Method in class org.apache.cassandra.db.ColumnsSinceReadCommand
 
getColumnFamilyName() - Method in class org.apache.cassandra.db.ReadCommand
 
getColumnFamilyName() - Method in class org.apache.cassandra.db.RowReadCommand
 
getColumnFamilyName() - Method in class org.apache.cassandra.db.SliceByNamesReadCommand
 
getColumnFamilyName() - Method in class org.apache.cassandra.db.SliceReadCommand
 
getColumnFamilyNames() - Method in class org.apache.cassandra.db.Row
 
getColumnFamilyStore(String, String) - Static method in class org.apache.cassandra.db.ColumnFamilyStore
 
getColumnFamilyStore(String) - Method in class org.apache.cassandra.db.Table
 
getColumnFamilyType(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getColumnIndexSize() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getColumns() - Method in class org.apache.cassandra.db.ColumnFamily
 
getColumnSerializer() - Method in class org.apache.cassandra.db.ColumnFamily
 
getColumnSortProperty(String) - Static method in class org.apache.cassandra.db.ColumnFamily
 
getColumnType(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getColumnType(String) - Static method in class org.apache.cassandra.db.ColumnFamily
 
getCombiner() - Method in class org.apache.cassandra.loader.KeyType
Gets the value of the combiner property.
getCompactionFileLocation() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getCompactionFileLocation(long) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getComparator(ColumnComparatorFactory.ComparatorType) - Static method in class org.apache.cassandra.db.ColumnComparatorFactory
 
getComparator(int) - Static method in class org.apache.cassandra.db.ColumnComparatorFactory
 
getCompletedTaskCount() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the approximate total number of tasks that have completed execution.
getConfigFileName() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getConnection(EndPoint, EndPoint) - Static method in class org.apache.cassandra.net.MessagingService
 
getConnectionInUse() - Method in class org.apache.cassandra.net.ConnectionStatistics
 
getConnectionPool(EndPoint, EndPoint) - Static method in class org.apache.cassandra.net.MessagingService
 
getConnectionPoolGrowthFactor() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getConnectionPoolInitialSize() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getConnectionPoolMaxSize() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getConnectionPoolMonitorInterval() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getConnectionPoolWaitTimeout() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getConsistencyCheck() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getContinuation() - Method in class org.apache.cassandra.concurrent.ContinuationContext
 
getControlPort() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getCoordinates(String, IFileReader, IPartitioner) - Static method in class org.apache.cassandra.io.SSTable
 
getCorePoolSize() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the core number of threads.
getCurrentGenerationNumber(EndPoint) - Method in class org.apache.cassandra.gms.Gossiper
 
getCurrentObjectCount() - Method in class org.apache.cassandra.db.Memtable
 
getCurrentPosition() - Method in interface org.apache.cassandra.io.IFileReader
 
getCurrentPosition() - Method in interface org.apache.cassandra.io.IFileWriter
Get the current position of the file pointer.
getCurrentPosition() - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
getCurrentPosition() - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
getCurrentPosition() - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
getCurrentPosition() - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
getCurrentReadContext() - Static method in class org.apache.cassandra.db.ReadVerbHandler
 
getCurrentSize() - Method in class org.apache.cassandra.db.Memtable
 
getCurrentStage() - Static method in class org.apache.cassandra.concurrent.StageManager
Returns the stage that we are currently executing on.
getCurrentThreadStackTrace() - Static method in class org.apache.cassandra.utils.FBUtilities
 
getData() - Method in class org.apache.cassandra.io.DataOutputBuffer
Returns the current contents of the buffer.
getDataFileLocation() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getDataFileLocation() - Method in class org.apache.cassandra.io.SSTable
 
getDatagramChannel() - Method in class org.apache.cassandra.net.UdpConnection
 
getDecoratedKeyComparator() - Method in interface org.apache.cassandra.dht.IPartitioner
 
getDecoratedKeyComparator() - Method in class org.apache.cassandra.dht.OrderPreservingPartitioner
 
getDecoratedKeyComparator() - Method in class org.apache.cassandra.dht.RandomPartitioner
 
getDefaultToken() - Method in interface org.apache.cassandra.dht.IPartitioner
 
getDefaultToken() - Method in class org.apache.cassandra.dht.OrderPreservingPartitioner
 
getDefaultToken() - Method in class org.apache.cassandra.dht.RandomPartitioner
 
getDelimiter() - Method in class org.apache.cassandra.loader.ColumnFamilyType
Gets the value of the delimiter property.
getDeserilizationExecutor() - Static method in class org.apache.cassandra.net.MessagingService
 
getDigestLength() - Method in class org.apache.cassandra.utils.SafeMessageDigest
 
getDirectory() - Method in class org.apache.cassandra.loader.ColumnFamilyType
Gets the value of the directory property.
getEndPoint() - Method in class org.apache.cassandra.net.TcpConnection
 
getEndPointSnitch() - Method in class org.apache.cassandra.service.StorageService
 
getEOF() - Method in interface org.apache.cassandra.io.IFileReader
 
getEOF() - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
getErrors() - Method in class org.apache.cassandra.cql.compiler.common.CqlCompiler.CqlParserX
 
getExpandedRangeToOldRangeMapping(Range[], Range[]) - Static method in class org.apache.cassandra.dht.LeaveJoinProtocolImpl
Here we are removing the nodes that need to leave the ring and trying to calculate what the ranges would look like w/o them.
getExpectedBytes() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
getExpectedBytes() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatus
 
getExpectedRoundTripTime() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getField() - Method in class org.apache.cassandra.loader.ColumnType
Gets the value of the field property.
getField() - Method in class org.apache.cassandra.loader.FieldCollection
Gets the value of the field property.
getField() - Method in class org.apache.cassandra.loader.TimestampType
Gets the value of the field property.
getField() - Method in class org.apache.cassandra.loader.ValueType
Gets the value of the field property.
getFields() - Method in class org.apache.cassandra.loader.KeyType
Gets the value of the fields property.
getFields() - Method in class org.apache.cassandra.loader.SuperColumnType
Gets the value of the fields property.
getFile() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatus
 
getFileId(String) - Static method in class org.apache.cassandra.io.ChecksumManager
 
getFileName() - Method in class org.apache.cassandra.db.FileStruct
 
getFileName() - Method in interface org.apache.cassandra.io.IFileReader
 
getFileName() - Method in interface org.apache.cassandra.io.IFileWriter
 
getFileName() - Method in class org.apache.cassandra.io.SequenceFile.AbstractReader
 
getFileName() - Method in class org.apache.cassandra.io.SequenceFile.AbstractWriter
 
getFileName() - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
getFileName() - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
getFileName() - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
getFilePointer() - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
getFilePointer() - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
getFileSize() - Method in interface org.apache.cassandra.io.IFileWriter
 
getFileSize() - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
getFileSize() - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
getFileSize() - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
getFirst() - Method in class org.apache.cassandra.cql.common.Pair
 
getFlushPeriod(String, String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getFrom() - Method in class org.apache.cassandra.net.Message
 
getGangliaServers() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getGcGraceInSeconds() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getGeneration() - Method in class org.apache.cassandra.db.DBManager.StorageMetadata
 
getHashBuckets(String) - Method in class org.apache.cassandra.utils.Filter
 
getHeader(String) - Method in class org.apache.cassandra.net.http.HttpRequest
 
getHeader(String) - Method in class org.apache.cassandra.net.http.HttpResponse
 
getHeader(Object) - Method in class org.apache.cassandra.net.Message
 
getHeaders() - Method in class org.apache.cassandra.net.Message
 
getHintedStorageEndPoints(Token) - Method in class org.apache.cassandra.locator.AbstractStrategy
 
getHintedStorageEndPoints(Token) - Method in interface org.apache.cassandra.locator.IReplicaPlacementStrategy
 
getHost() - Method in class org.apache.cassandra.net.EndPoint
 
getHostAddress() - Static method in class org.apache.cassandra.utils.FBUtilities
 
getHostUrl() - Static method in class org.apache.cassandra.service.StorageService
 
getHttpConnection() - Method in class org.apache.cassandra.net.http.HttpRequest
 
getHttpPort() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getIndexedKeys() - Static method in class org.apache.cassandra.io.SSTable
Get all indexed keys in the SSTable.
getIndexFromFileName(String) - Static method in class org.apache.cassandra.db.ColumnFamilyStore
 
getInetAddress() - Method in class org.apache.cassandra.net.EndPoint
 
getInitialToken(String) - Method in interface org.apache.cassandra.dht.IPartitioner
 
getInitialToken(String) - Method in class org.apache.cassandra.dht.OrderPreservingPartitioner
 
getInitialToken(String) - Method in class org.apache.cassandra.dht.RandomPartitioner
 
getInternalThreadPool() - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
getInternalThreadPool() - Method in interface org.apache.cassandra.concurrent.IStage
Get the thread pool used by this stage internally.
getInternalThreadPool() - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
getInternalThreadPool() - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
getInternalThreadPool() - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
getJobJarLocation() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getJobTrackerAddress() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getKeepAliveTime(TimeUnit) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the thread keep-alive time, which is the amount of time that threads in excess of the core pool size may remain idle before being terminated.
getKey(CommonTree) - Static method in class org.apache.cassandra.cli.CliCompiler
 
getKey() - Method in class org.apache.cassandra.db.FileStruct
 
getKey() - Method in class org.apache.cassandra.loader.Importer
Gets the value of the key property.
getKeyIterator(Set<String>) - Static method in class org.apache.cassandra.db.Memtable
 
getKeyRange(String, String, int) - Method in class org.apache.cassandra.db.Table
 
getLargestPoolSize() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLength() - Method in class org.apache.cassandra.io.DataInputBuffer
Returns the length of the input.
getLength() - Method in class org.apache.cassandra.io.DataOutputBuffer
Returns the length of the valid data currently in the buffer.
getListenAddress() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getListofCommitLogs() - Static method in class org.apache.cassandra.db.RecoveryManager
 
getListOFCommitLogsPerTable() - Static method in class org.apache.cassandra.db.RecoveryManager
 
getLiveMembers() - Method in class org.apache.cassandra.gms.Gossiper
 
getLiveNodes() - Method in class org.apache.cassandra.service.StorageService
 
getLiveNodes() - Method in interface org.apache.cassandra.service.StorageServiceMBean
 
getLoadInfo() - Method in class org.apache.cassandra.service.StorageService
Get the count of primary keys from the sampler.
getLoadInfo(EndPoint) - Method in class org.apache.cassandra.service.StorageService
Get the primary count info for this endpoint.
getLocalAddress() - Static method in class org.apache.cassandra.utils.FBUtilities
 
getLocalControlEndPoint() - Static method in class org.apache.cassandra.service.StorageService
 
getLocalDeletionTime() - Method in class org.apache.cassandra.db.Column
 
getLocalDeletionTime() - Method in class org.apache.cassandra.db.ColumnFamily
 
getLocalDeletionTime() - Method in interface org.apache.cassandra.db.IColumn
 
getLocalDeletionTime() - Method in class org.apache.cassandra.db.SuperColumn
 
getLocalHost() - Method in class org.apache.cassandra.net.ConnectionStatistics
 
getLocalPort() - Method in class org.apache.cassandra.net.ConnectionStatistics
 
getLocalStorageEndPoint() - Static method in class org.apache.cassandra.service.StorageService
 
getLogFileLocation() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getLogFileSizeThreshold() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getLogger(String) - Static method in class org.apache.cassandra.utils.LogUtil
 
getLogMessage(String) - Static method in class org.apache.cassandra.utils.LogUtil
 
getMarkedForDeleteAt() - Method in class org.apache.cassandra.db.Column
 
getMarkedForDeleteAt() - Method in class org.apache.cassandra.db.ColumnFamily
 
getMarkedForDeleteAt() - Method in interface org.apache.cassandra.db.IColumn
 
getMarkedForDeleteAt() - Method in class org.apache.cassandra.db.SuperColumn
 
getMaximumPoolSize() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the maximum allowed number of threads.
getMemtableColumnsCount() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getMemtableColumnsCount() - Method in interface org.apache.cassandra.db.ColumnFamilyStoreMBean
Returns the total number of columns present in the memtable.
getMemtableDataSize() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getMemtableDataSize() - Method in interface org.apache.cassandra.db.ColumnFamilyStoreMBean
Returns the total amount of data stored in the memtable, including column related overhead.
getMemtableLifetime() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getMemtableObjectCount() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getMemtableSize() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getMemtableSwitchCount() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getMemtableSwitchCount() - Method in interface org.apache.cassandra.db.ColumnFamilyStoreMBean
Returns the number of times that a flush has resulted in the memtable being switched out.
getMemtableThreshold() - Method in class org.apache.cassandra.db.BinaryMemtable
 
getMessage() - Method in class org.apache.cassandra.cql.compiler.parse.ParseError
 
getMessage() - Method in exception org.apache.cassandra.cql.compiler.parse.ParseException
 
getMessage() - Method in class org.apache.cassandra.db.RangeCommand
 
getMessageBody() - Method in class org.apache.cassandra.net.Message
 
getMessageId() - Method in class org.apache.cassandra.net.Message
 
getMessageType() - Method in class org.apache.cassandra.net.Message
 
getMessagingInstance() - Static method in class org.apache.cassandra.net.MessagingService
 
getMessagingThreadCount() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getMetadataDirectory() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getMethod() - Method in class org.apache.cassandra.net.http.HttpRequest
 
getMethod() - Method in class org.apache.cassandra.net.http.HttpResponse
 
getMetric(String) - Method in class org.apache.cassandra.analytics.OutputRecord
Returns the metric object which can be a Float, Integer, Short or Byte.
getMetricNames() - Method in class org.apache.cassandra.analytics.OutputRecord
Returns the set of metric names.
getMetricsRecord(String) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Return the MetricsRecord associated with this record name.
getMsg(CommonTree, Object...) - Method in enum org.apache.cassandra.cql.compiler.common.CompilerErrorMsg
 
getMsg(Object...) - Method in enum org.apache.cassandra.cql.execution.RuntimeErrorMsg
 
getName() - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
getName() - Method in interface org.apache.cassandra.concurrent.IStage
Get the name of the associated stage.
getName() - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
getName() - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
getName() - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
getName() - Method in class org.apache.cassandra.loader.ColumnFamilyType
Gets the value of the name property.
getName() - Method in class org.apache.cassandra.loader.ColumnType
Gets the value of the name property.
getNextAvailableEndPoint(EndPoint, List<EndPoint>, List<EndPoint>) - Method in class org.apache.cassandra.locator.AbstractStrategy
 
getNextVersion() - Static method in class org.apache.cassandra.gms.VersionGenerator
 
getNLiveStorageEndPoint(String) - Method in class org.apache.cassandra.service.StorageService
This method attempts to return N endpoints that are responsible for storing the specified key i.e for replication.
getNodeValue(String) - Method in class org.apache.cassandra.utils.XMLUtils
 
getNodeValues(String) - Method in class org.apache.cassandra.utils.XMLUtils
 
getNStorageEndPoint(String) - Method in class org.apache.cassandra.service.StorageService
This method returns the N endpoints that are responsible for storing the specified key i.e for replication.
getNStorageEndPoint(Token) - Method in class org.apache.cassandra.service.StorageService
This method returns the N endpoints that are responsible for storing the specified token i.e for replication.
getNStorageEndPoint(Token, Map<Token, EndPoint>) - Method in class org.apache.cassandra.service.StorageService
This method returns the N endpoints that are responsible for storing the specified token i.e for replication and are based on the token to endpoint mapping that is passed in.
getNStorageEndPointMap(String) - Method in class org.apache.cassandra.service.StorageService
This method returns the N endpoints that are responsible for storing the specified key i.e for replication.
getNumber() - Method in class org.apache.cassandra.analytics.MetricValue
Returns the current number value of the metric.
getNumberOfPorts() - Static method in class org.apache.cassandra.net.MessagingConfig
 
getObjectCount() - Method in class org.apache.cassandra.db.Column
 
getObjectCount() - Method in interface org.apache.cassandra.db.IColumn
 
getObjectCount() - Method in class org.apache.cassandra.db.SuperColumn
 
getParameter(String) - Method in class org.apache.cassandra.net.http.HttpRequest
 
getPartitioner() - Static method in class org.apache.cassandra.service.StorageService
 
getPartitionerClass() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getPath() - Method in class org.apache.cassandra.net.http.HttpRequest
 
getPath() - Method in class org.apache.cassandra.net.http.HttpResponse
 
getPendingTasks() - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
getPendingTasks() - Method in class org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor
 
getPendingTasks() - Method in interface org.apache.cassandra.concurrent.DebuggableThreadPoolExecutorMBean
 
getPendingTasks() - Method in interface org.apache.cassandra.concurrent.IStage
This method returns the number of tasks that are pending on this stage to be executed.
getPendingTasks() - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
getPendingTasks() - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
getPendingTasks() - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
getPeriod() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Returns the timer period.
getPoolSize() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the current number of threads in the pool.
getPoolStatistics() - Static method in class org.apache.cassandra.net.MessagingService
 
getPort() - Method in class org.apache.cassandra.net.EndPoint
 
getPosition() - Method in class org.apache.cassandra.io.DataInputBuffer
 
getPositionFromBlockIndex(String) - Method in interface org.apache.cassandra.io.IFileReader
This method helps is retrieving the offset of the specified key in the file using the block index.
getPositionFromBlockIndex(String) - Method in class org.apache.cassandra.io.SequenceFile.AbstractReader
Return the position of the given key from the block index.
getPrimary(String) - Method in class org.apache.cassandra.service.StorageService
This method returns the endpoint that is responsible for storing the specified key.
getPrimaryRangeForEndPoint(EndPoint) - Method in class org.apache.cassandra.service.StorageService
Get the primary range for the specified endpoint.
getProtocol() - Static method in class org.apache.cassandra.net.MessagingService
 
getProtocolHeader() - Method in class org.apache.cassandra.net.io.TcpReader
 
getQuery() - Method in class org.apache.cassandra.net.http.HttpRequest
 
getQueue() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the task queue used by this executor.
getRangeLatency() - Method in class org.apache.cassandra.service.StorageProxy
 
getRangeLatency() - Method in interface org.apache.cassandra.service.StorageProxyMBean
 
getRangeOperations() - Method in class org.apache.cassandra.service.StorageProxy
 
getRangeOperations() - Method in interface org.apache.cassandra.service.StorageProxyMBean
 
getRangeToEndPointMap() - Method in class org.apache.cassandra.service.StorageService
 
getReadCount() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getReadCount() - Method in interface org.apache.cassandra.db.ColumnFamilyStoreMBean
 
getReadDiskHits() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getReadDiskHits() - Method in interface org.apache.cassandra.db.ColumnFamilyStoreMBean
 
getReadExecutor() - Static method in class org.apache.cassandra.net.MessagingService
 
getReadLatency() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getReadLatency() - Method in interface org.apache.cassandra.db.ColumnFamilyStoreMBean
 
getReadLatency() - Method in class org.apache.cassandra.service.StorageProxy
 
getReadLatency() - Method in interface org.apache.cassandra.service.StorageProxyMBean
 
getReadLock() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
getReadOperations() - Method in class org.apache.cassandra.service.StorageProxy
 
getReadOperations() - Method in interface org.apache.cassandra.service.StorageProxyMBean
 
getRecognitionException() - Method in class org.apache.cassandra.cql.compiler.parse.ParseError
 
getRecordName() - Method in class org.apache.cassandra.analytics.MetricsRecord
Returns the record name.
getRegisteredCallback(String) - Static method in class org.apache.cassandra.net.MessagingService
 
getRejectedExecutionHandler() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the current handler for unexecutable tasks.
getRemoteHost() - Method in class org.apache.cassandra.net.ConnectionStatistics
 
getRemotePort() - Method in class org.apache.cassandra.net.ConnectionStatistics
 
getReplicationFactor() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getReply(Message) - Method in class org.apache.cassandra.db.RangeReply
 
getReply(EndPoint, byte[]) - Method in class org.apache.cassandra.net.Message
 
getRequestedNodeList(String) - Method in class org.apache.cassandra.utils.XMLUtils
 
getReverseDecoratedKeyComparator() - Method in interface org.apache.cassandra.dht.IPartitioner
 
getReverseDecoratedKeyComparator() - Method in class org.apache.cassandra.dht.OrderPreservingPartitioner
 
getReverseDecoratedKeyComparator() - Method in class org.apache.cassandra.dht.RandomPartitioner
 
getRow(Table) - Method in class org.apache.cassandra.db.ColumnReadCommand
 
getRow(Table) - Method in class org.apache.cassandra.db.ColumnsSinceReadCommand
 
getRow(Table) - Method in class org.apache.cassandra.db.ReadCommand
 
getRow(Table) - Method in class org.apache.cassandra.db.RowReadCommand
 
getRow(Table) - Method in class org.apache.cassandra.db.SliceByNamesReadCommand
 
getRow(Table) - Method in class org.apache.cassandra.db.SliceReadCommand
 
getRow(String, String) - Method in class org.apache.cassandra.db.Table
Selects only the specified column family for the specified key.
getRow(String, String, int, int) - Method in class org.apache.cassandra.db.Table
Selects only the specified column family for the specified key.
getRow(String, String, long) - Method in class org.apache.cassandra.db.Table
 
getRow(String, String, List<String>) - Method in class org.apache.cassandra.db.Table
This method returns the specified columns for the specified column family.
getRowMutation(batch_mutation_t) - Static method in class org.apache.cassandra.db.RowMutation
 
getRowMutation(batch_mutation_super_t) - Static method in class org.apache.cassandra.db.RowMutation
 
getRowMutation() - Method in class org.apache.cassandra.db.RowMutationMessage
 
getRows() - Method in class org.apache.cassandra.cql.common.ColumnRangeQueryRSD
 
getRows() - Method in class org.apache.cassandra.cql.common.RowSourceDef
 
getRows() - Method in class org.apache.cassandra.cql.common.SuperColumnRangeQueryRSD
 
getRows() - Method in class org.apache.cassandra.cql.common.UniqueKeyQueryRSD
 
getRpcTimeout() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getSecond() - Method in class org.apache.cassandra.cql.common.Pair
 
getSeeds() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getSelectorManager() - Static method in class org.apache.cassandra.net.SelectorManager
Returns the SelectorManager applications should use.
getSerializerType() - Static method in class org.apache.cassandra.net.MessagingService
 
getSnapshotDirectory() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getSocketChannel() - Method in class org.apache.cassandra.net.TcpConnection
 
getSocketState(TcpReader.TcpReaderState) - Method in class org.apache.cassandra.net.io.TcpReader
 
getSSTableFilenames() - Method in class org.apache.cassandra.db.ColumnFamilyStore
not threadsafe.
getStage(String) - Static method in class org.apache.cassandra.concurrent.StageManager
Retrieve a stage from the StageManager
getStageInternalThreadPool(String) - Static method in class org.apache.cassandra.concurrent.StageManager
Retrieve the internal thread pool associated with the specified stage name.
getStageTaskCount(String) - Static method in class org.apache.cassandra.concurrent.StageManager
This method gets the number of tasks on the stage's internal queue.
getState() - Method in class org.apache.cassandra.gms.ApplicationState
 
getStorageEndPoints(Token) - Method in class org.apache.cassandra.locator.AbstractStrategy
 
getStorageEndPoints(Token) - Method in interface org.apache.cassandra.locator.IReplicaPlacementStrategy
 
getStorageEndPoints(String[]) - Method in interface org.apache.cassandra.locator.IReplicaPlacementStrategy
 
getStorageEndPoints(Token, Map<Token, EndPoint>) - Method in interface org.apache.cassandra.locator.IReplicaPlacementStrategy
 
getStorageEndPoints(Token) - Method in class org.apache.cassandra.locator.RackAwareStrategy
 
getStorageEndPoints(String[]) - Method in class org.apache.cassandra.locator.RackAwareStrategy
 
getStorageEndPoints(Token, Map<Token, EndPoint>) - Method in class org.apache.cassandra.locator.RackAwareStrategy
 
getStorageEndPoints(Token) - Method in class org.apache.cassandra.locator.RackUnawareStrategy
 
getStorageEndPoints(Token, Map<Token, EndPoint>) - Method in class org.apache.cassandra.locator.RackUnawareStrategy
 
getStorageEndPoints(String[]) - Method in class org.apache.cassandra.locator.RackUnawareStrategy
 
getStorageId() - Method in class org.apache.cassandra.db.DBManager.StorageMetadata
 
getStoragePort() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getStream() - Method in class org.apache.cassandra.net.io.TcpReader
 
getStreamCompletionHandler(String) - Static method in class org.apache.cassandra.net.io.StreamContextManager
 
getStreamContext() - Method in class org.apache.cassandra.dht.BootstrapInitiateMessage
 
getStreamContext(String) - Static method in class org.apache.cassandra.net.io.StreamContextManager
 
getStreamStatus(String) - Static method in class org.apache.cassandra.net.io.StreamContextManager
 
getStreamStatus() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessage
 
getStringListProperty(String) - Method in class org.apache.cassandra.service.CassandraServer
 
getStringProperty(String) - Method in class org.apache.cassandra.service.CassandraServer
 
getSubColumn(String) - Method in class org.apache.cassandra.db.Column
 
getSubColumn(String) - Method in interface org.apache.cassandra.db.IColumn
 
getSubColumn(String) - Method in class org.apache.cassandra.db.SuperColumn
 
getSubColumns() - Method in class org.apache.cassandra.db.Column
 
getSubColumns() - Method in interface org.apache.cassandra.db.IColumn
 
getSubColumns() - Method in class org.apache.cassandra.db.SuperColumn
 
getSuccessor(EndPoint) - Method in class org.apache.cassandra.service.StorageService
 
getSuperColumn() - Method in class org.apache.cassandra.loader.ColumnFamilyType
Gets the value of the superColumn property.
getTable() - Method in class org.apache.cassandra.loader.Importer
Gets the value of the table property.
getTableMetaData(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getTableName(CommonTree) - Static method in class org.apache.cassandra.cli.CliCompiler
 
getTables() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getTableToColumnFamilyMap() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getTag(String) - Method in class org.apache.cassandra.analytics.OutputRecord
Returns a tag object which is can be a String, Integer, Short or Byte.
getTagNames() - Method in class org.apache.cassandra.analytics.OutputRecord
Returns the set of tag names.
getTargetFile() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
getTaskCount() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the approximate total number of tasks that have ever been scheduled for execution.
getThreadFactory() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns the thread factory used to create new threads.
getThreadsPerPool() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getThriftPort() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getTimestamp() - Method in class org.apache.cassandra.loader.ColumnType
Gets the value of the timestamp property.
getTimestamp() - Static method in class org.apache.cassandra.utils.FBUtilities
 
getTimestamp(long) - Static method in class org.apache.cassandra.utils.FBUtilities
 
getTimestamp() - Static method in class org.apache.cassandra.utils.LogUtil
 
getToken(EndPoint) - Method in class org.apache.cassandra.locator.TokenMetadata
 
getToken(EndPoint) - Method in class org.apache.cassandra.service.StorageService
 
getToken() - Method in class org.apache.cassandra.service.StorageService
 
getToken() - Method in interface org.apache.cassandra.service.StorageServiceMBean
 
getTokenFactory() - Method in interface org.apache.cassandra.dht.IPartitioner
 
getTokenFactory() - Method in class org.apache.cassandra.dht.OrderPreservingPartitioner
 
getTokenFactory() - Method in class org.apache.cassandra.dht.RandomPartitioner
 
getTokenMetadata() - Method in class org.apache.cassandra.service.StorageService
 
getTokenNames() - Method in class org.apache.cassandra.cql.compiler.parse.ParseError
 
getTotalConnections() - Method in class org.apache.cassandra.net.ConnectionStatistics
 
getType() - Method in interface org.apache.cassandra.cql.common.CExpr.Expr
 
getTypeInfo(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getUdpSelectorManager() - Static method in class org.apache.cassandra.net.SelectorManager
 
getUnflushedMemtables(String) - Static method in class org.apache.cassandra.db.ColumnFamilyStore
 
getUnreachableMembers() - Method in class org.apache.cassandra.gms.Gossiper
 
getUnreachableNodes() - Method in class org.apache.cassandra.service.StorageService
 
getUnreachableNodes() - Method in interface org.apache.cassandra.service.StorageServiceMBean
 
getUsedDiskSpace() - Static method in class org.apache.cassandra.utils.FileUtils
 
getUTF8Length(String) - Static method in class org.apache.cassandra.utils.FBUtilities
 
getValue() - Method in class org.apache.cassandra.loader.ColumnType
Gets the value of the value property.
getVerb() - Method in class org.apache.cassandra.net.Message
 
getVerbHandler(String) - Method in interface org.apache.cassandra.net.IMessagingService
This method returns the verb handler associated with the registered verb.
getVerbHandler(String) - Method in class org.apache.cassandra.net.MessagingService
 
getVersion() - Method in class org.apache.cassandra.net.http.HttpRequest
 
getVersion() - Method in class org.apache.cassandra.net.http.HttpResponse
 
getVersion() - Static method in class org.apache.cassandra.net.MessagingService
 
getWriteExecutor() - Static method in class org.apache.cassandra.net.MessagingService
 
getWriteLatency() - Method in class org.apache.cassandra.service.StorageProxy
 
getWriteLatency() - Method in interface org.apache.cassandra.service.StorageProxyMBean
 
getWriteOperations() - Method in class org.apache.cassandra.service.StorageProxy
 
getWriteOperations() - Method in interface org.apache.cassandra.service.StorageProxyMBean
 
getZkAddress() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getZkSessionTimeout() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
getZooKeeperHandle() - Method in class org.apache.cassandra.service.StorageService
 
GossipDigest - Class in org.apache.cassandra.gms
Contains information about a specified list of EndPoints and the largest version of the state they have generated as known by the local endpoint.
Gossiper - Class in org.apache.cassandra.gms
This module is responsible for Gossiping information for the local endpoint.
GroovyScriptRunner - Class in org.apache.cassandra.procedures
 
GroovyScriptRunner() - Constructor for class org.apache.cassandra.procedures.GroovyScriptRunner
 
guid() - Static method in class org.apache.cassandra.utils.GuidGenerator
 
guidAsBytes() - Static method in class org.apache.cassandra.utils.GuidGenerator
 
GuidGenerator - Class in org.apache.cassandra.utils
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
GuidGenerator() - Constructor for class org.apache.cassandra.utils.GuidGenerator
 
guidToString(byte[]) - Static method in class org.apache.cassandra.utils.GuidGenerator
 

H

handleMessage(Message) - Method in interface org.apache.cassandra.net.sink.IMessageSink
 
hash(String, byte[]) - Method in class org.apache.cassandra.net.MessagingService
 
hash(String) - Static method in class org.apache.cassandra.utils.FBUtilities
 
hash(String, byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
hash(byte[], int, int) - Method in class org.apache.cassandra.utils.MurmurHash
 
hashCode() - Method in class org.apache.cassandra.db.ColumnFamily
 
hashCode() - Method in class org.apache.cassandra.dht.Range
 
hashCode() - Method in class org.apache.cassandra.dht.Token
 
hashCode() - Method in class org.apache.cassandra.net.EndPoint
 
hashCode() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
hashCode() - Method in class org.apache.cassandra.net.TcpConnection
 
HashingSchemes - Class in org.apache.cassandra.utils
Created by IntelliJ IDEA.
HashingSchemes() - Constructor for class org.apache.cassandra.utils.HashingSchemes
 
hasNext() - Method in class org.apache.cassandra.db.FileStruct
 
hasNext() - Method in interface org.apache.cassandra.db.IScanner
 
hasNext() - Method in class org.apache.cassandra.db.Scanner
 
hasNext() - Method in class org.apache.cassandra.utils.DestructivePQIterator
 
hasNext() - Method in class org.apache.cassandra.utils.FastHashMap.FastHashMapIterator
 
Header - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
HeaderTypes - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
HeaderTypes() - Constructor for class org.apache.cassandra.net.HeaderTypes
 
HINT - Static variable in class org.apache.cassandra.db.RowMutation
 
hint_ - Static variable in class org.apache.cassandra.db.RowMutationMessage
 
HintedHandOffManager - Class in org.apache.cassandra.db
There are two ways hinted data gets delivered to the intended nodes.
HintedHandOffManager() - Constructor for class org.apache.cassandra.db.HintedHandOffManager
 
hints_ - Static variable in class org.apache.cassandra.db.Table
 
HISTORYFILE - Static variable in class org.apache.cassandra.cli.CliMain
 
hostName - Variable in class org.apache.cassandra.cli.CliSessionState
 
HTMLFormatter - Class in org.apache.cassandra.net.http
 
HTMLFormatter() - Constructor for class org.apache.cassandra.net.http.HTMLFormatter
 
HTMLFormatter(StringBuilder) - Constructor for class org.apache.cassandra.net.http.HTMLFormatter
 
HttpConnection - Class in org.apache.cassandra.net.http
 
HttpConnection() - Constructor for class org.apache.cassandra.net.http.HttpConnection
 
HttpConnection.HttpConnectionListener - Interface in org.apache.cassandra.net.http
 
HttpConnectionHandler - Class in org.apache.cassandra.net.http
 
HttpConnectionHandler() - Constructor for class org.apache.cassandra.net.http.HttpConnectionHandler
 
HttpHeaderParser - Class in org.apache.cassandra.net.http
A parser for HTTP header lines.
HttpHeaderParser(HttpHeaderParser.Callback) - Constructor for class org.apache.cassandra.net.http.HttpHeaderParser
 
HttpHeaderParser.Callback - Interface in org.apache.cassandra.net.http
 
HttpParsingException - Exception in org.apache.cassandra.net.http
 
HttpParsingException() - Constructor for exception org.apache.cassandra.net.http.HttpParsingException
 
HttpProtocolConstants - Interface in org.apache.cassandra.net.http
 
HttpRequest - Class in org.apache.cassandra.net.http
 
HttpRequest(HttpConnection) - Constructor for class org.apache.cassandra.net.http.HttpRequest
 
HttpRequestHandler - Class in org.apache.cassandra.net.http
 
HttpRequestHandler(HttpRequest) - Constructor for class org.apache.cassandra.net.http.HttpRequestHandler
 
httpRequestVerbHandler_ - Static variable in class org.apache.cassandra.net.http.HttpConnection
 
HttpResponse - Class in org.apache.cassandra.net.http
 
HttpResponse() - Constructor for class org.apache.cassandra.net.http.HttpResponse
 
httpStage_ - Static variable in class org.apache.cassandra.net.http.HttpConnection
 
HttpStartLineParser - Class in org.apache.cassandra.net.http
 
HttpStartLineParser(HttpStartLineParser.Callback) - Constructor for class org.apache.cassandra.net.http.HttpStartLineParser
 
HttpStartLineParser.Callback - Interface in org.apache.cassandra.net.http
 
HttpWriteResponse - Class in org.apache.cassandra.net.http
 
HttpWriteResponse(HttpRequest) - Constructor for class org.apache.cassandra.net.http.HttpWriteResponse
 

I

IAnalyticsSource - Interface in org.apache.cassandra.analytics
Call-back interface.
IAsyncCallback - Interface in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
IAsyncResult - Interface in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ICacheExpungeHook<K,V> - Interface in org.apache.cassandra.utils
Created by IntelliJ IDEA.
ICachetable<K,V> - Interface in org.apache.cassandra.utils
 
IColumn - Interface in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ICompactSerializer<T> - Interface in org.apache.cassandra.io
Allows for the controlled serialization/deserialization of a given type.
ICompactSerializer2<T> - Interface in org.apache.cassandra.db
This interface is an extension of the ICompactSerializer which allows for partial deserialization of a type.
IComponentShutdown - Interface in org.apache.cassandra.service
 
IContinuable - Interface in org.apache.cassandra.concurrent
 
id_ - Variable in class org.apache.cassandra.concurrent.ThreadFactoryImpl
 
IdentityFilter - Class in org.apache.cassandra.db
 
IdentityFilter() - Constructor for class org.apache.cassandra.db.IdentityFilter
 
IEndPointSnitch - Interface in org.apache.cassandra.locator
This interface helps determine location of node in the data center relative to another node.
IEndPointStateChangePublisher - Interface in org.apache.cassandra.gms
This is implemented by the Gossiper module to publish change events to interested parties.
IEndPointStateChangeSubscriber - Interface in org.apache.cassandra.gms
This is called by an instance of the IEndPointStateChangePublisher to notify interested parties about changes in the the state associated with any endpoint.
IFailureDetectionEventListener - Interface in org.apache.cassandra.gms
Implemented by the Gossiper to either convict/suspect an endpoint based on the PHI calculated by the Failure Detector on the inter-arrival times of the heart beats.
IFailureDetector - Interface in org.apache.cassandra.gms
An interface that provides an application with the ability to query liveness information of a node in the cluster.
IFailureNotification - Interface in org.apache.cassandra.gms
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
IFileReader - Interface in org.apache.cassandra.io
Interface to read from the SequenceFile abstraction.
IFileWriter - Interface in org.apache.cassandra.io
An interface for writing into the SequenceFile abstraction.
IFilter - Interface in org.apache.cassandra.db
 
IMessageSink - Interface in org.apache.cassandra.net.sink
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
IMessagingService - Interface in org.apache.cassandra.net
An IMessagingService provides the methods for sending messages to remote endpoints.
Importer - Class in org.apache.cassandra.loader
Java class for anonymous complex type.
Importer() - Constructor for class org.apache.cassandra.loader.Importer
 
in - Variable in class org.apache.cassandra.cli.CliSessionState
 
INCREMENT - Static variable in class org.apache.cassandra.analytics.MetricValue
 
incrMetric(String, int) - Method in class org.apache.cassandra.analytics.MetricsRecord
Increments the named metric by the specified value.
incrMetric(String, short) - Method in class org.apache.cassandra.analytics.MetricsRecord
Increments the named metric by the specified value.
incrMetric(String, byte) - Method in class org.apache.cassandra.analytics.MetricsRecord
Increments the named metric by the specified value.
incrMetric(String, float) - Method in class org.apache.cassandra.analytics.MetricsRecord
Increments the named metric by the specified value.
index(Object) - Method in class org.apache.cassandra.utils.FastObjectHash
Locates the index of obj.
IndexBuilder - Class in org.apache.cassandra.tools
 
IndexBuilder() - Constructor for class org.apache.cassandra.tools.IndexBuilder
 
IndexHelper - Class in org.apache.cassandra.io
Provides helper to serialize, deserialize and use column indexes.
IndexHelper() - Constructor for class org.apache.cassandra.io.IndexHelper
 
IndexHelper.ColumnIndexFactory - Class in org.apache.cassandra.io
 
IndexHelper.ColumnIndexFactory() - Constructor for class org.apache.cassandra.io.IndexHelper.ColumnIndexFactory
 
IndexHelper.ColumnIndexInfo - Class in org.apache.cassandra.io
A helper class to generate indexes while the columns are sorted by name on disk.
IndexHelper.ColumnRange - Class in org.apache.cassandra.io
A column range containing the start and end offset of the appropriate column index chunk and the number of columns in that chunk.
IndexHelper.TimeRange - Class in org.apache.cassandra.io
Encapsulates a time range.
IndexHelper.TimeRange(long, long) - Constructor for class org.apache.cassandra.io.IndexHelper.TimeRange
 
indexInterval() - Static method in class org.apache.cassandra.io.SSTable
 
indexProperty_ - Variable in class org.apache.cassandra.config.CFMetaData
 
info(Object) - Method in class org.apache.cassandra.utils.Log4jLogger
 
init(String, String) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Initializes the context.
init(String) - Method in class org.apache.cassandra.io.SequenceFile.BufferReader
 
init(String) - Method in class org.apache.cassandra.io.SequenceFile.BufferWriter
 
init(String, int) - Method in class org.apache.cassandra.io.SequenceFile.BufferWriter
 
init(String) - Method in class org.apache.cassandra.io.SequenceFile.ChecksumReader
 
init(String) - Method in class org.apache.cassandra.io.SequenceFile.ChecksumWriter
 
init(String, int) - Method in class org.apache.cassandra.io.SequenceFile.ChecksumWriter
 
init(String) - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
init(String) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
init(String, int) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
init() - Method in class org.apache.cassandra.net.UdpConnection
 
init(int) - Method in class org.apache.cassandra.net.UdpConnection
 
init(String[]) - Method in class org.apache.cassandra.service.CassandraDaemon
hook for JSVC
init() - Static method in class org.apache.cassandra.utils.LogUtil
 
insert(String, String, String, byte[], long, boolean) - Method in class org.apache.cassandra.service.CassandraServer
 
insert(RowMutation) - Static method in class org.apache.cassandra.service.StorageProxy
Use this method to have this RowMutation applied across all replicas.
insertBlocking(RowMutation) - Static method in class org.apache.cassandra.service.StorageProxy
 
insertionIndex(T) - Method in class org.apache.cassandra.utils.FastObjectHash
Locates the index at which obj can be inserted.
instance() - Static method in class org.apache.cassandra.analytics.AnalyticsContext
Factory method that gets an instance of the StorageService class.
instance() - Static method in class org.apache.cassandra.db.CalloutManager
 
instance() - Static method in class org.apache.cassandra.db.DBManager
 
instance() - Static method in class org.apache.cassandra.db.HintedHandOffManager
 
instance() - Static method in class org.apache.cassandra.db.Table.TableMetadata
 
instance() - Static method in class org.apache.cassandra.gms.FailureDetector
 
instance() - Static method in class org.apache.cassandra.gms.Gossiper
 
instance(String) - Static method in class org.apache.cassandra.io.ChecksumManager
 
instance(String, String) - Static method in class org.apache.cassandra.io.ChecksumManager
 
instance(TypeInfo) - Static method in class org.apache.cassandra.io.IndexHelper.ColumnIndexFactory
 
instance() - Static method in class org.apache.cassandra.service.StorageService
 
instance(EndPoint) - Static method in class org.apache.cassandra.service.StreamManager
 
intepret(EndPoint) - Method in class org.apache.cassandra.gms.FailureDetector
 
intepret(EndPoint) - Method in interface org.apache.cassandra.gms.IFailureDetector
This method is invoked by any entity wanting to interrogate the status of an endpoint.
intToByteArray(int) - Static method in class org.apache.cassandra.utils.BasicUtilities
 
invoke(Object, Method, Object[]) - Method in class org.apache.cassandra.db.CompactSerializerInvocationHandler
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
IPartitioner - Interface in org.apache.cassandra.dht
 
IReplicaPlacementStrategy - Interface in org.apache.cassandra.locator
 
IResponseResolver<T> - Interface in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
isAbsolute() - Method in class org.apache.cassandra.analytics.MetricValue
Checks if the value of this metric is always an absolute value.
isAlive() - Method in class org.apache.cassandra.gms.EndPointState
 
isAlive(EndPoint) - Method in class org.apache.cassandra.gms.FailureDetector
 
isAlive(EndPoint) - Method in interface org.apache.cassandra.gms.IFailureDetector
Failure Detector's knowledge of whether a node is up or down.
isApplicationColumnFamily(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
IScanner<T> - Interface in org.apache.cassandra.db
 
isChecksumFile(String) - Static method in class org.apache.cassandra.io.ChecksumManager
This method returns true if the file specified is a checksum file and false otherwise.
isClean() - Method in class org.apache.cassandra.db.Memtable
 
isCompressed_ - Variable in class org.apache.cassandra.net.ProtocolHeader
 
isConnected() - Static method in class org.apache.cassandra.cli.CliMain
 
isConnected() - Method in class org.apache.cassandra.net.TcpConnection
 
isDataPresent(List<Message>) - Method in interface org.apache.cassandra.service.IResponseResolver
 
isDataPresent(List<Message>) - Method in class org.apache.cassandra.service.ReadResponseResolver
 
isDataPresent(List<Message>) - Method in class org.apache.cassandra.service.WriteResponseResolver
 
isDebugOn() - Static method in class org.apache.cassandra.net.MessagingService
 
isDigestQuery() - Method in class org.apache.cassandra.db.ReadCommand
 
isDigestQuery() - Method in class org.apache.cassandra.db.ReadResponse
 
isDone() - Method in class org.apache.cassandra.db.CountFilter
 
isDone() - Method in class org.apache.cassandra.db.IdentityFilter
 
isDone() - Method in interface org.apache.cassandra.db.IFilter
 
isDone() - Method in class org.apache.cassandra.db.NamesFilter
 
isDone() - Method in class org.apache.cassandra.db.RangeFilter
 
isDone() - Method in interface org.apache.cassandra.net.IAsyncResult
This is used to check if the task has been completed
isDone(String) - Static method in class org.apache.cassandra.net.io.StreamContextManager
 
isDone() - Method in class org.apache.cassandra.net.MultiAsyncResult
 
isEmpty() - Method in class org.apache.cassandra.db.Row
 
isEmpty() - Method in class org.apache.cassandra.db.Table.TableMetadata
 
isEmpty() - Method in class org.apache.cassandra.utils.Cachetable
 
isEmpty() - Method in class org.apache.cassandra.utils.FastHash
Tells whether this set is currently holding any elements.
isEmpty() - Method in interface org.apache.cassandra.utils.ICachetable
 
isEOF() - Method in interface org.apache.cassandra.io.IFileReader
 
isEOF() - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
isEqual(byte[], byte[]) - Static method in class org.apache.cassandra.net.MessagingService
 
isEqual(byte[], byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
isEqualBits(byte[], byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 
ISerializer - Interface in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
isExhausted() - Method in class org.apache.cassandra.db.FileStruct
 
isExists(String) - Static method in class org.apache.cassandra.utils.FileUtils
 
isFastSync() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
isFlushed() - Method in class org.apache.cassandra.db.Memtable
 
isHealthyFileDescriptor() - Method in interface org.apache.cassandra.io.IFileReader
 
isHealthyFileDescriptor() - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
isHostLocalHost(InetAddress) - Static method in class org.apache.cassandra.utils.FBUtilities
 
isIncoming() - Method in class org.apache.cassandra.net.TcpConnection
 
isIncrement() - Method in class org.apache.cassandra.analytics.MetricValue
Checks if this metric can be incremented.
isInitialized() - Static method in class org.apache.cassandra.net.sink.SinkManager
 
isInSameDataCenter(EndPoint, EndPoint) - Method in class org.apache.cassandra.locator.EndPointSnitch
 
isInSameDataCenter(EndPoint, EndPoint) - Method in interface org.apache.cassandra.locator.IEndPointSnitch
Helps determine if 2 nodes are in the same data center.
isInSameDataCenter(EndPoint) - Method in class org.apache.cassandra.service.StorageService
 
isKeyInFile(String, String) - Static method in class org.apache.cassandra.io.SSTable
 
isKnownEndPoint(EndPoint) - Method in class org.apache.cassandra.locator.TokenMetadata
 
isListening_ - Variable in class org.apache.cassandra.net.ProtocolHeader
 
isLocalEndPoint(EndPoint) - Static method in class org.apache.cassandra.net.MessagingService
 
isMarkedForDelete() - Method in class org.apache.cassandra.db.Column
 
isMarkedForDelete() - Method in class org.apache.cassandra.db.ColumnFamily
 
isMarkedForDelete() - Method in interface org.apache.cassandra.db.IColumn
 
isMarkedForDelete() - Method in class org.apache.cassandra.db.SuperColumn
 
isMonitoring() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Returns true if monitoring is currently in progress.
isNameSortingEnabled(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
isOnSameRack(EndPoint, EndPoint) - Method in class org.apache.cassandra.locator.EndPointSnitch
 
isOnSameRack(EndPoint, EndPoint) - Method in interface org.apache.cassandra.locator.IEndPointSnitch
Helps determine if 2 nodes are in the same rack in the data center.
isOptimizeIt() - Method in class org.apache.cassandra.loader.KeyType
Gets the value of the optimizeIt property.
isPresent(String) - Method in class org.apache.cassandra.utils.BloomFilter
 
isPresent(String) - Method in class org.apache.cassandra.utils.Filter
 
isPrimary(String) - Method in class org.apache.cassandra.service.StorageService
This method determines whether the local endpoint is the primary for the given key.
isProtocolValid(byte[]) - Static method in class org.apache.cassandra.net.MessagingService
 
isRackAware() - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
isShutdown() - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Returns true if this executor has been shut down.
isShutdown() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
 
isShutdown() - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
isShutdown() - Method in interface org.apache.cassandra.concurrent.IStage
Checks if the stage has been shutdown.
isShutdown() - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
isShutdown() - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
isShutdown() - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
isShutdown() - Method in class org.apache.cassandra.service.StorageService
 
isStreaming() - Static method in class org.apache.cassandra.net.MessagingService
 
isStreamingMode_ - Variable in class org.apache.cassandra.net.ProtocolHeader
 
isSuccess() - Method in class org.apache.cassandra.db.WriteResponse
 
isSuper() - Method in class org.apache.cassandra.db.ColumnFamily
 
isSuper() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
IStage - Interface in org.apache.cassandra.concurrent
An abstraction for stages as described in the SEDA paper by Matt Welsh.
isTerminated() - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
 
isTerminating() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Returns true if this executor is in the process of terminating after ContinuationsExecutor.shutdown() or ContinuationsExecutor.shutdownNow() but has not completely terminated.
isTimeSortingEnabled(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
isTokenInRanges(Token, List<Range>) - Static method in class org.apache.cassandra.dht.Range
 
isTokenize() - Method in class org.apache.cassandra.loader.SuperColumnType
Gets the value of the tokenize property.
IStreamComplete - Interface in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
iterator() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
iterator() - Method in class org.apache.cassandra.utils.BoundedStatsDeque
 
iterator() - Method in class org.apache.cassandra.utils.FastHashMap.KeyView
 
iterator() - Method in class org.apache.cassandra.utils.TimedStatsDeque
 
IVerbHandler - Interface in org.apache.cassandra.net
IVerbHandler provides the method that all verb handlers need to implement.

K

KEEP_ALIVE - Static variable in interface org.apache.cassandra.net.http.HttpProtocolConstants
 
key - Variable in class org.apache.cassandra.db.ReadCommand
 
key() - Method in class org.apache.cassandra.db.Row
 
key() - Method in class org.apache.cassandra.db.RowMutation
 
key() - Method in class org.apache.cassandra.db.WriteResponse
 
key() - Method in class org.apache.cassandra.io.SSTable.KeyPositionInfo
 
key - Variable in class org.apache.cassandra.loader.Importer
 
key_ - Static variable in class org.apache.cassandra.db.HintedHandOffManager
 
KeyChecker - Class in org.apache.cassandra.tools
 
KeyChecker() - Constructor for class org.apache.cassandra.tools.KeyChecker
 
KeyExtracter - Class in org.apache.cassandra.tools
 
KeyExtracter() - Constructor for class org.apache.cassandra.tools.KeyExtracter
 
keys - Variable in class org.apache.cassandra.db.RangeReply
 
keySet() - Method in class org.apache.cassandra.utils.Cachetable
 
keySet() - Method in class org.apache.cassandra.utils.FastHashMap
returns a Set view on the keys of the map.
keySet() - Method in interface org.apache.cassandra.utils.ICachetable
 
KeyType - Class in org.apache.cassandra.loader
Java class for KeyType complex type.
KeyType() - Constructor for class org.apache.cassandra.loader.KeyType
 
killMe() - Method in class org.apache.cassandra.service.StorageService
 

L

LA(int) - Method in class org.apache.cassandra.cli.CliCompiler.ANTLRNoCaseStringStream
 
LA(int) - Method in class org.apache.cassandra.cql.compiler.common.CqlCompiler.ANTLRNoCaseStringStream
 
largestPrime - Static variable in class org.apache.cassandra.utils.PrimeFinder
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
lastModified() - Method in interface org.apache.cassandra.io.IFileWriter
 
lastModified() - Method in class org.apache.cassandra.io.SequenceFile.AbstractWriter
 
LeaveJoinProtocolImpl - Class in org.apache.cassandra.dht
This class performs the exact opposite of the operations of the Bootstrapper class.
LeaveJoinProtocolImpl(EndPoint[], Token[]) - Constructor for class org.apache.cassandra.dht.LeaveJoinProtocolImpl
 
left() - Method in class org.apache.cassandra.dht.Range
Returns the left endpoint of a range.
length() - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
length() - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
lhs() - Method in class org.apache.cassandra.io.IndexHelper.TimeRange
 
listen(EndPoint, boolean) - Method in interface org.apache.cassandra.net.IMessagingService
Listen on the specified port.
listen(EndPoint, boolean) - Method in class org.apache.cassandra.net.MessagingService
 
listenUDP(EndPoint) - Method in interface org.apache.cassandra.net.IMessagingService
Listen on the specified port.
listenUDP(EndPoint) - Method in class org.apache.cassandra.net.MessagingService
 
loadAll(String) - Method in class org.apache.cassandra.service.StorageService
 
loadAll(String) - Method in interface org.apache.cassandra.service.StorageServiceMBean
This method will cause the local node initiate the bootstrap process for all the nodes specified in the string parameter passed in.
Loader - Class in org.apache.cassandra.loader
This class is used to load the storage endpoints with the relevant data The data should be both what they are responsible for and what should be replicated on the specific endpoints.
Loader(StorageService) - Constructor for class org.apache.cassandra.loader.Loader
 
loadFactor_ - Variable in class org.apache.cassandra.utils.FastHash
Determines how full the internal table can become before rehashing is required.
LoadVerbHandler - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
LoadVerbHandler() - Constructor for class org.apache.cassandra.db.LoadVerbHandler
 
loadVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
Log4jLogger - Class in org.apache.cassandra.utils
Log4j configurations may change while the application is running, potentially invalidating a logger's appender(s).
Log4jLogger(String) - Constructor for class org.apache.cassandra.utils.Log4jLogger
 
logger_ - Static variable in class org.apache.cassandra.locator.AbstractStrategy
 
LogUtil - Class in org.apache.cassandra.utils
 
LogUtil() - Constructor for class org.apache.cassandra.utils.LogUtil
 
longToByteArray(long) - Static method in class org.apache.cassandra.utils.BasicUtilities
 

M

main(String[]) - Static method in class org.apache.cassandra.cli.CliMain
 
main(String[]) - Static method in class org.apache.cassandra.db.CommitLog
 
main(String[]) - Static method in class org.apache.cassandra.db.IdentityFilter
 
main(String[]) - Static method in class org.apache.cassandra.db.RecoveryManager
 
main(String[]) - Static method in class org.apache.cassandra.dht.LeaveJoinProtocolImpl
 
main(String[]) - Static method in class org.apache.cassandra.gms.FailureDetector
 
main(String[]) - Static method in class org.apache.cassandra.io.ChecksumManager
 
main(String[]) - Static method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
main(String[]) - Static method in class org.apache.cassandra.loader.CustomLoader
 
main(String[]) - Static method in class org.apache.cassandra.loader.Loader
 
main(String[]) - Static method in class org.apache.cassandra.loader.PreLoad
 
main(String[]) - Static method in class org.apache.cassandra.net.CompactEndPointSerializationHelper
 
main(String[]) - Static method in class org.apache.cassandra.net.io.TcpReader
 
main(String[]) - Static method in class org.apache.cassandra.service.CassandraDaemon
 
main(String[]) - Static method in class org.apache.cassandra.test.DBTest
 
main(String[]) - Static method in class org.apache.cassandra.test.TestRunner
 
main(String[]) - Static method in class org.apache.cassandra.test.UtilsTest
 
main(String[]) - Static method in class org.apache.cassandra.tools.AdminTool
 
main(String[]) - Static method in class org.apache.cassandra.tools.IndexBuilder
 
main(String[]) - Static method in class org.apache.cassandra.tools.KeyChecker
 
main(String[]) - Static method in class org.apache.cassandra.tools.KeyExtracter
 
main(String[]) - Static method in class org.apache.cassandra.tools.MembershipCleaner
 
main(String[]) - Static method in class org.apache.cassandra.tools.ThreadListBuilder
 
main(String[]) - Static method in class org.apache.cassandra.tools.TokenUpdater
 
main(String[]) - Static method in class org.apache.cassandra.utils.FastHashMap
 
main(String[]) - Static method in class org.apache.cassandra.utils.XMLUtils
 
makeBootstrapInitiateMessage(BootstrapInitiateMessage) - Static method in class org.apache.cassandra.dht.BootstrapInitiateMessage
 
makeReadMessage() - Method in class org.apache.cassandra.db.ReadCommand
 
makeReadResponseMessage(ReadResponse) - Static method in class org.apache.cassandra.db.ReadResponse
 
makeRowMutationMessage() - Method in class org.apache.cassandra.db.RowMutation
 
makeRowMutationMessage(String) - Method in class org.apache.cassandra.db.RowMutation
 
makeRowMutationMessage() - Method in class org.apache.cassandra.db.RowMutationMessage
 
makeRowMutationMessage(String) - Method in class org.apache.cassandra.db.RowMutationMessage
 
makeStreamStatusMessage(StreamContextManager.StreamStatusMessage) - Static method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessage
 
makeWriteResponseMessage(Message, WriteResponse) - Static method in class org.apache.cassandra.db.WriteResponse
 
mark(int) - Method in class org.apache.cassandra.io.FastBufferedInputStream
See the general contract of the mark method of InputStream.
marker_ - Static variable in class org.apache.cassandra.io.SequenceFile
 
markForDeleteAt(int, long) - Method in class org.apache.cassandra.db.SuperColumn
 
marklimit - Variable in class org.apache.cassandra.io.FastBufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos - Variable in class org.apache.cassandra.io.FastBufferedInputStream
The value of the pos field at the time the last mark method was called.
markSupported() - Method in class org.apache.cassandra.io.FastBufferedInputStream
Tests if this input stream supports the mark and reset methods.
maxResults - Variable in class org.apache.cassandra.db.RangeCommand
 
maxSize_ - Variable in class org.apache.cassandra.utils.FastHash
The maximum number of elements allowed without allocating more space.
mbrshipCleanerVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
MD5 - Static variable in class org.apache.cassandra.utils.HashingSchemes
 
mean() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
MembershipCleaner - Class in org.apache.cassandra.tools
 
MembershipCleaner() - Constructor for class org.apache.cassandra.tools.MembershipCleaner
 
MembershipCleaner.MembershipCleanerMessage - Class in org.apache.cassandra.tools
 
MembershipCleaner.MembershipCleanerMessageSerializer - Class in org.apache.cassandra.tools
 
MembershipCleaner.MembershipCleanerMessageSerializer() - Constructor for class org.apache.cassandra.tools.MembershipCleaner.MembershipCleanerMessageSerializer
 
MembershipCleanerVerbHandler - Class in org.apache.cassandra.tools
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
MembershipCleanerVerbHandler() - Constructor for class org.apache.cassandra.tools.MembershipCleanerVerbHandler
 
Memtable - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
memtableKeyIterator() - Method in class org.apache.cassandra.db.ColumnFamilyStore
 
Message - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Message(String, EndPoint, String, String, byte[]) - Constructor for class org.apache.cassandra.net.Message
 
Message(Header, byte[]) - Constructor for class org.apache.cassandra.net.Message
 
Message(EndPoint, String, String, byte[]) - Constructor for class org.apache.cassandra.net.Message
 
MessageDeliveryTask - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
MessageDeliveryTask(Message) - Constructor for class org.apache.cassandra.net.MessageDeliveryTask
 
MessagingConfig - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
MessagingConfig() - Constructor for class org.apache.cassandra.net.MessagingConfig
 
MessagingService - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
MessagingService() - Constructor for class org.apache.cassandra.net.MessagingService
 
MetricsRecord - Class in org.apache.cassandra.analytics
This class keeps a back-pointer to the AnalyticsContext and delegates back to it on update and remove().
MetricsRecord(String, AnalyticsContext) - Constructor for class org.apache.cassandra.analytics.MetricsRecord
Creates a new instance of MetricsRecord
MetricValue - Class in org.apache.cassandra.analytics
A Number that is either an absolute or an incremental amount.
MetricValue(Number, boolean) - Constructor for class org.apache.cassandra.analytics.MetricValue
Creates a new instance of MetricValue
mismatch(IntStream, int, BitSet) - Method in class org.apache.cassandra.cql.compiler.common.CqlCompiler.CqlParserX
 
modifications_ - Variable in class org.apache.cassandra.db.RowMutation
 
morphState() - Method in class org.apache.cassandra.net.io.ProtocolHeaderState
 
morphState() - Method in class org.apache.cassandra.net.io.ProtocolState
 
morphState() - Method in class org.apache.cassandra.net.io.StartState
 
morphState(StartState) - Method in class org.apache.cassandra.net.io.TcpReader
 
mrStage_ - Static variable in class org.apache.cassandra.service.StorageService
 
MultiAsyncResult - Class in org.apache.cassandra.net
 
multiget() - Method in interface org.apache.cassandra.net.IAsyncResult
Returns the result for all tasks that was submitted.
multiget(long, TimeUnit) - Method in interface org.apache.cassandra.net.IAsyncResult
Same operation as the above get() but allows the calling thread to specify a timeout.
multiget() - Method in class org.apache.cassandra.net.MultiAsyncResult
 
multiget(long, TimeUnit) - Method in class org.apache.cassandra.net.MultiAsyncResult
 
MultiQuorumResponseHandler - Class in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
MultiQuorumResponseHandler(Map<String, ReadCommand>, Map<String, EndPoint[]>) - Constructor for class org.apache.cassandra.service.MultiQuorumResponseHandler
 
MultiThreadedStage - Class in org.apache.cassandra.concurrent
This class is an implementation of the IStage interface.
MultiThreadedStage(String, int) - Constructor for class org.apache.cassandra.concurrent.MultiThreadedStage
 
MurmurHash - Class in org.apache.cassandra.utils
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash() - Constructor for class org.apache.cassandra.utils.MurmurHash
 
mutationStage_ - Static variable in class org.apache.cassandra.service.StorageService
 
mutationVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 

N

n_columnKey - Variable in class org.apache.cassandra.config.CFMetaData
 
n_columnMap - Variable in class org.apache.cassandra.config.CFMetaData
 
n_columnTimestamp - Variable in class org.apache.cassandra.config.CFMetaData
 
n_columnValue - Variable in class org.apache.cassandra.config.CFMetaData
 
n_rowKey - Variable in class org.apache.cassandra.config.CFMetaData
 
n_superColumnKey - Variable in class org.apache.cassandra.config.CFMetaData
 
n_superColumnMap - Variable in class org.apache.cassandra.config.CFMetaData
 
name() - Method in class org.apache.cassandra.db.Column
 
name() - Method in class org.apache.cassandra.db.ColumnFamily
 
name() - Method in interface org.apache.cassandra.db.IColumn
 
name() - Method in class org.apache.cassandra.db.SuperColumn
 
name - Variable in class org.apache.cassandra.loader.ColumnFamilyType
 
name - Variable in class org.apache.cassandra.loader.ColumnType
 
name_ - Static variable in class org.apache.cassandra.db.SystemTable
 
NamesFilter - Class in org.apache.cassandra.db
 
newThread(Runnable) - Method in class org.apache.cassandra.concurrent.ThreadFactoryImpl
 
next(String, String, SSTable) - Method in class org.apache.cassandra.db.CountFilter
 
next() - Method in class org.apache.cassandra.db.FileStruct
do not mix with manual calls to advance().
next(String, String, SSTable) - Method in class org.apache.cassandra.db.IdentityFilter
 
next(String, String, SSTable) - Method in interface org.apache.cassandra.db.IFilter
 
next() - Method in interface org.apache.cassandra.db.IScanner
 
next(String, String, SSTable) - Method in class org.apache.cassandra.db.NamesFilter
 
next(String, String, SSTable) - Method in class org.apache.cassandra.db.RangeFilter
 
next() - Method in class org.apache.cassandra.db.Scanner
 
next(DataOutputBuffer) - Method in interface org.apache.cassandra.io.IFileReader
This method dumps the next key/value into the DataOuputStream passed in.
next(String, DataOutputBuffer, Coordinate) - Method in interface org.apache.cassandra.io.IFileReader
This method dumps the next key/value into the DataOuputStream passed in.
next(String, DataOutputBuffer, String, List<String>, IndexHelper.TimeRange, Coordinate) - Method in interface org.apache.cassandra.io.IFileReader
This method dumps the next key/value into the DataOuputStream passed in.
next(String, DataOutputBuffer, String, List<String>, IndexHelper.TimeRange, Coordinate) - Method in class org.apache.cassandra.io.SequenceFile.AbstractReader
This method dumps the next key/value into the DataOuputStream passed in.
next(DataOutputBuffer) - Method in class org.apache.cassandra.io.SequenceFile.AbstractReader
This method dumps the next key/value into the DataOuputStream passed in.
next(String, DataOutputBuffer, Coordinate) - Method in class org.apache.cassandra.io.SequenceFile.AbstractReader
This method dumps the next key/value into the DataOuputStream passed in.
next(String, String, List<String>) - Method in class org.apache.cassandra.io.SSTable
 
next(String, String, List<String>, IndexHelper.TimeRange) - Method in class org.apache.cassandra.io.SSTable
 
next(String, String) - Method in class org.apache.cassandra.io.SSTable
 
next() - Method in class org.apache.cassandra.utils.DestructivePQIterator
 
next() - Method in class org.apache.cassandra.utils.FastHashMap.FastHashMapIterator
 
nextPrime(int) - Static method in class org.apache.cassandra.utils.PrimeFinder
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
NULL - Static variable in class org.apache.cassandra.io.SSTable.BlockMetadata
 
numColumnSpecifiers(CommonTree) - Static method in class org.apache.cassandra.cli.CliCompiler
 

O

ObjectFactory - Class in org.apache.cassandra.loader
This object contains factory methods for each Java content interface and Java element interface generated in the com.facebook.infrastructure.loader package.
ObjectFactory() - Constructor for class org.apache.cassandra.loader.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.facebook.infrastructure.loader
onChange(EndPoint, EndPointState) - Method in interface org.apache.cassandra.gms.IEndPointStateChangeSubscriber
Use to inform interested parties about the change in the state for specified endpoint
onChange(EndPoint, EndPointState) - Method in class org.apache.cassandra.service.StorageService
Called when there is a change in application state.
onFileDelete(String) - Static method in class org.apache.cassandra.io.ChecksumManager
On delete of this dataFile remove the checksums associated with this file from memory, remove the check sum manager instance.
onHeader(String, String) - Method in class org.apache.cassandra.net.http.HttpConnection
 
onHeader(String, String) - Method in interface org.apache.cassandra.net.http.HttpHeaderParser.Callback
 
onMoreBytes(InputStream) - Method in class org.apache.cassandra.net.http.HttpHeaderParser
 
onMoreBytes(InputStream) - Method in class org.apache.cassandra.net.http.HttpStartLineParser
 
onMoreBytesNew(ByteBuffer) - Method in class org.apache.cassandra.net.http.HttpHeaderParser
 
onMoreBytesNew(ByteBuffer) - Method in class org.apache.cassandra.net.http.HttpStartLineParser
 
onRequest(HttpRequest) - Method in interface org.apache.cassandra.net.http.HttpConnection.HttpConnectionListener
 
onResponse(HttpResponse) - Method in interface org.apache.cassandra.net.http.HttpConnection.HttpConnectionListener
 
onStart() - Static method in class org.apache.cassandra.io.ChecksumManager
On start read all the check sum files on disk and pull them into memory.
onStart(List<String>) - Static method in class org.apache.cassandra.io.SSTable
 
onStartLine(String, String, String, String) - Method in class org.apache.cassandra.net.http.HttpConnection
 
onStartLine(String, String, String, String) - Method in interface org.apache.cassandra.net.http.HttpStartLineParser.Callback
 
onStreamCompletion(String, StreamContextManager.StreamContext, StreamContextManager.StreamStatus) - Method in class org.apache.cassandra.db.Table.BootstrapCompletionHandler
 
onStreamCompletion(String, StreamContextManager.StreamContext, StreamContextManager.StreamStatus) - Method in interface org.apache.cassandra.net.io.IStreamComplete
 
open(String) - Static method in class org.apache.cassandra.db.Table
 
openSystemTable(String) - Static method in class org.apache.cassandra.db.SystemTable
 
OperandDef - Interface in org.apache.cassandra.cql.common
OperandDef: The abstract definition of an operand (i.e.
ophf_ - Static variable in class org.apache.cassandra.config.DatabaseDescriptor
 
optimizeIt - Variable in class org.apache.cassandra.loader.KeyType
 
OrderPreservingPartitioner - Class in org.apache.cassandra.dht
 
OrderPreservingPartitioner() - Constructor for class org.apache.cassandra.dht.OrderPreservingPartitioner
 
org.apache.cassandra.analytics - package org.apache.cassandra.analytics
 
org.apache.cassandra.cli - package org.apache.cassandra.cli
 
org.apache.cassandra.concurrent - package org.apache.cassandra.concurrent
 
org.apache.cassandra.config - package org.apache.cassandra.config
 
org.apache.cassandra.cql.common - package org.apache.cassandra.cql.common
 
org.apache.cassandra.cql.compiler.common - package org.apache.cassandra.cql.compiler.common
 
org.apache.cassandra.cql.compiler.parse - package org.apache.cassandra.cql.compiler.parse
 
org.apache.cassandra.cql.compiler.sem - package org.apache.cassandra.cql.compiler.sem
 
org.apache.cassandra.cql.driver - package org.apache.cassandra.cql.driver
 
org.apache.cassandra.cql.execution - package org.apache.cassandra.cql.execution
 
org.apache.cassandra.db - package org.apache.cassandra.db
 
org.apache.cassandra.dht - package org.apache.cassandra.dht
 
org.apache.cassandra.gms - package org.apache.cassandra.gms
 
org.apache.cassandra.io - package org.apache.cassandra.io
 
org.apache.cassandra.loader - package org.apache.cassandra.loader
 
org.apache.cassandra.locator - package org.apache.cassandra.locator
 
org.apache.cassandra.net - package org.apache.cassandra.net
 
org.apache.cassandra.net.http - package org.apache.cassandra.net.http
 
org.apache.cassandra.net.io - package org.apache.cassandra.net.io
 
org.apache.cassandra.net.sink - package org.apache.cassandra.net.sink
 
org.apache.cassandra.procedures - package org.apache.cassandra.procedures
 
org.apache.cassandra.service - package org.apache.cassandra.service
 
org.apache.cassandra.test - package org.apache.cassandra.test
 
org.apache.cassandra.tools - package org.apache.cassandra.tools
 
org.apache.cassandra.utils - package org.apache.cassandra.utils
 
out - Variable in class org.apache.cassandra.cli.CliSessionState
 
OutputRecord - Class in org.apache.cassandra.analytics
Represents a record of metric data to be sent to a metrics system.

P

packIt(byte[], boolean, boolean, boolean) - Static method in class org.apache.cassandra.net.MessagingService
 
Pair<T,S> - Class in org.apache.cassandra.cql.common
Generic for representing a "typed" 2-tuple.
Pair(T, S) - Constructor for class org.apache.cassandra.cql.common.Pair
 
parse(ByteBuffer) - Method in class org.apache.cassandra.net.http.HttpConnection
 
ParseError - Class in org.apache.cassandra.cql.compiler.parse
 
ParseError(BaseRecognizer, RecognitionException, String[]) - Constructor for class org.apache.cassandra.cql.compiler.parse.ParseError
 
ParseException - Exception in org.apache.cassandra.cql.compiler.parse
 
ParseException(ArrayList<ParseError>) - Constructor for exception org.apache.cassandra.cql.compiler.parse.ParseException
 
ParseException(String) - Constructor for exception org.apache.cassandra.cql.compiler.parse.ParseException
 
partitioner_ - Variable in class org.apache.cassandra.locator.AbstractStrategy
 
pending() - Method in class org.apache.cassandra.net.TcpConnection
 
Plan - Class in org.apache.cassandra.cql.common
Abstract class representing the shared execution plan for a CQL statement (query or DML operation).
Plan() - Constructor for class org.apache.cassandra.cql.common.Plan
 
pos - Variable in class org.apache.cassandra.io.FastBufferedInputStream
The current position in the buffer.
position() - Method in class org.apache.cassandra.io.IndexHelper.ColumnIndexInfo
 
position(long) - Method in class org.apache.cassandra.io.IndexHelper.ColumnIndexInfo
 
position() - Method in class org.apache.cassandra.io.SSTable.KeyPositionInfo
 
postInsertHook(boolean) - Method in class org.apache.cassandra.utils.FastHash
After an insert, this hook is called to adjust the size/free values of the set and to perform rehashing if necessary.
PreLoad - Class in org.apache.cassandra.loader
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
PreLoad(StorageService) - Constructor for class org.apache.cassandra.loader.PreLoad
 
prestartAllCoreThreads() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Starts all core threads, causing them to idly wait for work.
prestartCoreThread() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Starts a core thread, causing it to idly wait for work.
pretty() - Method in class org.apache.cassandra.config.CFMetaData
 
PrimeFinder - Class in org.apache.cassandra.utils
Used to keep hash table capacities prime numbers.
PrimeFinder() - Constructor for class org.apache.cassandra.utils.PrimeFinder
 
printColumnFamily(StringBuilder, ColumnFamily) - Method in class org.apache.cassandra.net.http.ColumnFamilyFormatter
 
printKeyColumnFamily(StringBuilder, String, ColumnFamily) - Method in class org.apache.cassandra.net.http.ColumnFamilyFormatter
 
println(String) - Method in class org.apache.cassandra.net.http.HttpWriteResponse
 
printSimpleColumns(StringBuilder, Collection<IColumn>) - Method in class org.apache.cassandra.net.http.ColumnFamilyFormatter
 
printSuperColumns(StringBuilder, Collection<IColumn>) - Method in class org.apache.cassandra.net.http.ColumnFamilyFormatter
 
processArgs(CliSessionState, String[]) - Method in class org.apache.cassandra.cli.CliOptions
 
processClientMessageSink(Message) - Static method in class org.apache.cassandra.net.sink.SinkManager
 
processServerMessageSink(Message) - Static method in class org.apache.cassandra.net.sink.SinkManager
 
PROMPT - Static variable in class org.apache.cassandra.cli.CliMain
 
ProtocolHeader - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ProtocolHeader() - Constructor for class org.apache.cassandra.net.ProtocolHeader
 
ProtocolHeaderState - Class in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ProtocolHeaderState(TcpReader) - Constructor for class org.apache.cassandra.net.io.ProtocolHeaderState
 
ProtocolState - Class in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ProtocolState(TcpReader) - Constructor for class org.apache.cassandra.net.io.ProtocolState
 
purge() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Tries to remove from the work queue all Future tasks that have been cancelled.
put(Object, Object) - Method in class org.apache.cassandra.concurrent.Context
 
put(Context) - Static method in class org.apache.cassandra.concurrent.ThreadLocalContext
 
put(K, V) - Method in class org.apache.cassandra.utils.Cachetable
 
put(K, V, ICacheExpungeHook<K, V>) - Method in class org.apache.cassandra.utils.Cachetable
 
put(K, V) - Method in class org.apache.cassandra.utils.FastHashMap
Inserts a key/value pair into the map.
put(K, V) - Method in interface org.apache.cassandra.utils.ICachetable
 
put(K, V, ICacheExpungeHook<K, V>) - Method in interface org.apache.cassandra.utils.ICachetable
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.cassandra.utils.FastHashMap
copies the key/value mappings in map into this map.
putColumn(IColumn) - Method in class org.apache.cassandra.db.SuperColumn
 
putInTls(IContinuable) - Static method in class org.apache.cassandra.concurrent.ContinuationsExecutor
 
putSocketState(TcpReader.TcpReaderState, StartState) - Method in class org.apache.cassandra.net.io.TcpReader
 

Q

QueryPlan - Class in org.apache.cassandra.cql.common
This class represents the execution plan for Query (data retrieval) statement.
QueryPlan(RowSourceDef) - Constructor for class org.apache.cassandra.cql.common.QueryPlan
 
QuorumResponseHandler<T> - Class in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
QuorumResponseHandler(int, IResponseResolver<T>) - Constructor for class org.apache.cassandra.service.QuorumResponseHandler
 

R

RackAwareStrategy - Class in org.apache.cassandra.locator
 
RackAwareStrategy(TokenMetadata, IPartitioner, int, int) - Constructor for class org.apache.cassandra.locator.RackAwareStrategy
 
RackUnawareStrategy - Class in org.apache.cassandra.locator
This class returns the nodes responsible for a given key but does not respect rack awareness.
RackUnawareStrategy(TokenMetadata, IPartitioner, int, int) - Constructor for class org.apache.cassandra.locator.RackUnawareStrategy
 
random_ - Static variable in class org.apache.cassandra.config.DatabaseDescriptor
 
randomLocalEndPoint_ - Static variable in class org.apache.cassandra.net.EndPoint
 
RandomPartitioner - Class in org.apache.cassandra.dht
This class generates a BigIntegerToken using MD5 hash.
RandomPartitioner() - Constructor for class org.apache.cassandra.dht.RandomPartitioner
 
randomPort_ - Static variable in class org.apache.cassandra.net.EndPoint
 
Range - Class in org.apache.cassandra.dht
A representation of the range that a node is responsible for on the DHT ring.
Range(Token, Token) - Constructor for class org.apache.cassandra.dht.Range
 
RangeCommand - Class in org.apache.cassandra.db
 
RangeCommand(String, String, String, int) - Constructor for class org.apache.cassandra.db.RangeCommand
 
RangeFilter - Class in org.apache.cassandra.db
Filters columns to satisfy colmin <= colname <= colmax
RangeReply - Class in org.apache.cassandra.db
 
RangeReply(List<String>) - Constructor for class org.apache.cassandra.db.RangeReply
 
RangeVerbHandler - Class in org.apache.cassandra.service
 
RangeVerbHandler() - Constructor for class org.apache.cassandra.service.RangeVerbHandler
 
rangeVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
read(Message) - Static method in class org.apache.cassandra.db.RangeCommand
 
read(byte[]) - Static method in class org.apache.cassandra.db.RangeReply
 
read() - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
read(byte[]) - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
read(byte[], int, int) - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
read() - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
read(byte[]) - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
read(byte[], int, int) - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
read() - Method in class org.apache.cassandra.io.FastBufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class org.apache.cassandra.io.FastBufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read(SelectionKey) - Method in class org.apache.cassandra.net.http.HttpConnection
 
read() - Method in class org.apache.cassandra.net.io.ProtocolHeaderState
 
read() - Method in class org.apache.cassandra.net.io.ProtocolState
 
read() - Method in class org.apache.cassandra.net.io.StartState
 
read() - Method in class org.apache.cassandra.net.io.TcpReader
 
read(SelectionKey) - Method in class org.apache.cassandra.net.SelectionKeyHandler
Method which is called when the key becomes readable.
read(SelectionKey) - Method in class org.apache.cassandra.net.TcpConnection
 
read(SelectionKey) - Method in class org.apache.cassandra.net.UdpConnection
 
readColumnFamily(ReadCommand) - Method in class org.apache.cassandra.service.CassandraServer
 
ReadCommand - Class in org.apache.cassandra.db
 
ReadCommand(String, String, byte) - Constructor for class org.apache.cassandra.db.ReadCommand
 
readDirect(byte[]) - Method in interface org.apache.cassandra.io.IFileReader
Be extremely careful while using this API.
readDirect(byte[]) - Method in class org.apache.cassandra.io.SequenceFile.Reader
Be extremely careful while using this API.
reader(String) - Static method in class org.apache.cassandra.io.SequenceFile
 
readLong() - Method in interface org.apache.cassandra.io.IFileReader
Read a long value from the underlying sub system.
readLong() - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
ReadNotCompleteException - Exception in org.apache.cassandra.net.io
Created by IntelliJ IDEA.
readProtocol(ReadCommand, StorageService.ConsistencyLevel) - Static method in class org.apache.cassandra.service.StorageProxy
Performs the actual reading of a row out of the StorageService, fetching a specific set of column names from a given column family.
readProtocol(String[], ReadCommand, StorageService.ConsistencyLevel) - Static method in class org.apache.cassandra.service.StorageProxy
 
ReadRepairVerbHandler - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ReadRepairVerbHandler() - Constructor for class org.apache.cassandra.db.ReadRepairVerbHandler
 
readRepairVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
ReadResponse - Class in org.apache.cassandra.db
 
ReadResponse(String, byte[]) - Constructor for class org.apache.cassandra.db.ReadResponse
 
ReadResponse(String, Row) - Constructor for class org.apache.cassandra.db.ReadResponse
 
ReadResponseResolver - Class in org.apache.cassandra.service
This class is used by all read functions and is called by the Quorum when atleast a few of the servers ( few is specified in Quorum) have sent the response .
ReadResponseResolver() - Constructor for class org.apache.cassandra.service.ReadResponseResolver
 
readStage_ - Static variable in class org.apache.cassandra.service.StorageService
 
ReadVerbHandler - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ReadVerbHandler() - Constructor for class org.apache.cassandra.db.ReadVerbHandler
 
ReadVerbHandler.ReadContext - Class in org.apache.cassandra.db
 
ReadVerbHandler.ReadContext() - Constructor for class org.apache.cassandra.db.ReadVerbHandler.ReadContext
 
readVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
receive(Message) - Static method in class org.apache.cassandra.net.MessagingService
 
recoverFromMismatchedSet(IntStream, RecognitionException, BitSet) - Method in class org.apache.cassandra.cql.compiler.common.CqlCompiler.CqlParserX
 
RecoveryManager - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
RecoveryManager() - Constructor for class org.apache.cassandra.db.RecoveryManager
 
recycleBin_ - Static variable in class org.apache.cassandra.db.Table
 
reenableAutoCompaction(boolean) - Method in class org.apache.cassandra.utils.FastHash
Re-enable auto-compaction after it was disabled via FastHash.tempDisableAutoCompaction().
register(IEndPointStateChangeSubscriber) - Method in class org.apache.cassandra.gms.Gossiper
 
register(IEndPointStateChangeSubscriber) - Method in interface org.apache.cassandra.gms.IEndPointStateChangePublisher
Register for interesting state changes.
register(SelectableChannel, SelectionKeyHandler, int) - Method in class org.apache.cassandra.net.SelectorManager
Registers a new channel with the selector, and attaches the given SelectionKeyHandler as the handler for the newly created key.
registerComponentForShutdown(IComponentShutdown) - Method in class org.apache.cassandra.service.StorageService
 
registerFailureDetectionEventListener(IFailureDetectionEventListener) - Method in class org.apache.cassandra.gms.FailureDetector
 
registerFailureDetectionEventListener(IFailureDetectionEventListener) - Method in interface org.apache.cassandra.gms.IFailureDetector
Register interest for Failure Detector events.
registerStage(String, IStage) - Static method in class org.apache.cassandra.concurrent.StageManager
Register a stage with the StageManager
registerStreamCompletionHandler(String, IStreamComplete) - Static method in class org.apache.cassandra.net.io.StreamContextManager
 
registerUpdater(IAnalyticsSource) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Registers a callback to be called at time intervals determined by the configuration.
registerVerbHandlers(String, IVerbHandler) - Method in interface org.apache.cassandra.net.IMessagingService
Register a verb and the corresponding verb handler with the Messaging Service.
registerVerbHandlers(String, IVerbHandler) - Method in class org.apache.cassandra.net.MessagingService
 
rehash(int) - Method in class org.apache.cassandra.utils.FastHash
Rehashes the set.
rehash(int) - Method in class org.apache.cassandra.utils.FastHashMap
rehashes the map to the new capacity.
rejectedExecution(Runnable, ContinuationsExecutor) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor.AbortPolicy
Always throws RejectedExecutionException.
rejectedExecution(Runnable, ContinuationsExecutor) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor.CallerRunsPolicy
Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.
rejectedExecution(Runnable, ContinuationsExecutor) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor.DiscardOldestPolicy
Obtains and ignores the next task that the executor would otherwise execute, if one is immediately available, and then retries execution of task r, unless the executor is shut down, in which case task r is instead discarded.
rejectedExecution(Runnable, ContinuationsExecutor) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor.DiscardPolicy
Does nothing, which has the effect of discarding task r.
relocate(String[]) - Method in class org.apache.cassandra.service.StorageService
 
remove(MetricsRecord) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Called by MetricsRecordImpl.remove().
remove() - Method in class org.apache.cassandra.analytics.MetricsRecord
Removes the row, if it exists, in the buffered data table having tags that equal the tags that have been set on this record.
remove(Object) - Method in class org.apache.cassandra.concurrent.Context
 
remove(Runnable) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Removes this task from the executor's internal queue if it is present, thus causing it not to be run if it has not already started.
remove(String) - Method in class org.apache.cassandra.db.ColumnFamily
 
remove() - Method in class org.apache.cassandra.db.FileStruct
 
remove(String) - Method in class org.apache.cassandra.db.SuperColumn
 
remove(EndPoint) - Method in class org.apache.cassandra.locator.TokenMetadata
Remove the entries in the two maps.
remove(String, String, String, long, boolean) - Method in class org.apache.cassandra.service.CassandraServer
 
remove(K) - Method in class org.apache.cassandra.utils.Cachetable
 
remove() - Method in class org.apache.cassandra.utils.DestructivePQIterator
 
remove() - Method in class org.apache.cassandra.utils.FastHashMap.FastHashMapIterator
 
remove(Object) - Method in class org.apache.cassandra.utils.FastHashMap
Deletes a key/value pair from the map.
remove(K) - Method in interface org.apache.cassandra.utils.ICachetable
 
removeAssociatedBloomFilter(String) - Static method in class org.apache.cassandra.io.SSTable
 
removeAsyncResult(String) - Static method in class org.apache.cassandra.net.MessagingService
 
removeAt(int) - Method in class org.apache.cassandra.utils.FastHash
Delete the record at index.
removeAt(int) - Method in class org.apache.cassandra.utils.FastHashMap
removes the mapping at index from the map.
removeAt(int) - Method in class org.apache.cassandra.utils.FastObjectHash
 
removeAttribute(String) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Removes the named attribute if it exists.
removeCallout(String) - Method in class org.apache.cassandra.db.CalloutManager
Remove the registered callout and delete the script on the disk.
REMOVED - Static variable in class org.apache.cassandra.utils.FastObjectHash
 
removeElement(K) - Method in class org.apache.cassandra.utils.FastHashMap.KeyView
 
removeFromMembership(EndPoint) - Method in class org.apache.cassandra.gms.Gossiper
This method is used to forcibly remove a node from the membership set.
removeHeader(Object) - Method in class org.apache.cassandra.net.Message
 
removeRegisteredCallback(String) - Static method in class org.apache.cassandra.net.MessagingService
 
removeStreamCompletionHandler(String) - Static method in class org.apache.cassandra.net.io.StreamContextManager
 
removeTokenState(EndPoint) - Method in class org.apache.cassandra.service.StorageService
 
repair(Row) - Method in class org.apache.cassandra.db.Row
 
replicas_ - Variable in class org.apache.cassandra.locator.AbstractStrategy
 
report(EndPoint) - Method in class org.apache.cassandra.gms.FailureDetector
 
report(EndPoint) - Method in interface org.apache.cassandra.gms.IFailureDetector
This method is invoked by the receiver of the heartbeat.
reset(Row) - Method in class org.apache.cassandra.db.SystemTable
 
reset(byte[], int) - Method in class org.apache.cassandra.io.DataInputBuffer
Resets the data that the buffer reads.
reset(byte[], int, int) - Method in class org.apache.cassandra.io.DataInputBuffer
Resets the data that the buffer reads.
reset() - Method in class org.apache.cassandra.io.DataOutputBuffer
Resets the buffer to empty.
reset() - Method in class org.apache.cassandra.io.FastBufferedInputStream
See the general contract of the reset method of InputStream.
resetParserState() - Method in class org.apache.cassandra.net.http.HttpHeaderParser
 
resetParserState() - Method in class org.apache.cassandra.net.http.HttpStartLineParser
 
resetState() - Method in class org.apache.cassandra.net.io.TcpReader
 
resolve(List<Message>) - Method in interface org.apache.cassandra.service.IResponseResolver
 
resolve(List<Message>) - Method in class org.apache.cassandra.service.ReadResponseResolver
 
resolve(List<Message>) - Method in class org.apache.cassandra.service.WriteResponseResolver
 
response(Message) - Method in interface org.apache.cassandra.net.IAsyncCallback
 
response(Message) - Method in class org.apache.cassandra.service.MultiQuorumResponseHandler
The handler of the response message that has been sent by one of the replicas for one of the keys.
response(Message) - Method in class org.apache.cassandra.service.QuorumResponseHandler
 
responseStage_ - Static variable in class org.apache.cassandra.net.MessagingService
 
responseVerbHandler_ - Static variable in class org.apache.cassandra.net.MessagingService
 
result() - Method in class org.apache.cassandra.concurrent.ContinuationContext
 
result(Object) - Method in class org.apache.cassandra.concurrent.ContinuationContext
 
result(Message) - Method in interface org.apache.cassandra.net.IAsyncResult
Store the result obtained for the submitted task.
result(Message) - Method in class org.apache.cassandra.net.MultiAsyncResult
 
resultSet - Variable in class org.apache.cassandra.cql.common.CqlResult
 
retrofitPorts(List<EndPoint>) - Method in class org.apache.cassandra.locator.AbstractStrategy
 
revive(EndPoint) - Method in interface org.apache.cassandra.gms.IFailureNotification
 
rhs() - Method in class org.apache.cassandra.io.IndexHelper.TimeRange
 
right() - Method in class org.apache.cassandra.dht.Range
Returns the right endpoint of a range.
root - Variable in class org.apache.cassandra.cql.common.QueryPlan
 
row() - Method in class org.apache.cassandra.db.ReadResponse
 
Row - Class in org.apache.cassandra.db
 
Row() - Constructor for class org.apache.cassandra.db.Row
 
Row(String) - Constructor for class org.apache.cassandra.db.Row
 
row_ - Variable in class org.apache.cassandra.db.RowMutationVerbHandler.RowMutationContext
 
RowMutation - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
RowMutation(String, String) - Constructor for class org.apache.cassandra.db.RowMutation
 
RowMutation(String, Row) - Constructor for class org.apache.cassandra.db.RowMutation
 
RowMutation(String, String, Map<String, ColumnFamily>) - Constructor for class org.apache.cassandra.db.RowMutation
 
RowMutationMessage - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
RowMutationMessage(RowMutation) - Constructor for class org.apache.cassandra.db.RowMutationMessage
 
RowMutationVerbHandler - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
RowMutationVerbHandler() - Constructor for class org.apache.cassandra.db.RowMutationVerbHandler
 
RowMutationVerbHandler.RowMutationContext - Class in org.apache.cassandra.db
 
RowMutationVerbHandler.RowMutationContext() - Constructor for class org.apache.cassandra.db.RowMutationVerbHandler.RowMutationContext
 
RowReadCommand - Class in org.apache.cassandra.db
 
RowReadCommand(String, String) - Constructor for class org.apache.cassandra.db.RowReadCommand
 
RowSourceDef - Class in org.apache.cassandra.cql.common
The abstract notion of a row source definition.
RowSourceDef() - Constructor for class org.apache.cassandra.cql.common.RowSourceDef
 
run(Continuation) - Method in interface org.apache.cassandra.concurrent.IContinuable
 
run() - Method in class org.apache.cassandra.dht.BootStrapper
 
run() - Method in class org.apache.cassandra.dht.LeaveJoinProtocolImpl
 
run() - Method in class org.apache.cassandra.net.http.HttpRequestHandler
 
run() - Method in class org.apache.cassandra.net.MessageDeliveryTask
 
run() - Method in class org.apache.cassandra.net.SelectorManager
This method starts the socket manager listening for events.
run(int, String, long) - Method in class org.apache.cassandra.tools.AdminTool
 
run() - Method in class org.apache.cassandra.utils.FileUtils.Deleter
 
RuntimeErrorMsg - Enum in org.apache.cassandra.cql.execution
List of error messages thrown by CQL's Execution Layer

S

SafeMessageDigest - Class in org.apache.cassandra.utils
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
SafeMessageDigest(MessageDigest) - Constructor for class org.apache.cassandra.utils.SafeMessageDigest
 
sb_ - Variable in class org.apache.cassandra.net.http.HTMLFormatter
 
Scanner - Class in org.apache.cassandra.db
This class is used to loop through a retrieved column family to get all columns in Iterator style.
Scanner(String) - Constructor for class org.apache.cassandra.db.Scanner
 
schedule(Runnable, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
schedule(Runnable, long, TimeUnit) - Method in interface org.apache.cassandra.concurrent.IStage
This method is used to submit tasks to this stage that execute periodically.
schedule(Runnable, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
schedule(Runnable, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
schedule(Runnable, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface org.apache.cassandra.concurrent.IStage
This method is used to submit tasks to this stage that execute periodically.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.apache.cassandra.concurrent.IStage
This method is used to submit tasks to this stage that execute periodically.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
seek(long) - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
seek(long) - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
This method positions this.curr at position pos.
seek(long) - Method in interface org.apache.cassandra.io.IFileReader
 
seek(long) - Method in interface org.apache.cassandra.io.IFileWriter
Seeks the file pointer to the specified position.
seek(long) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
seek(long) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
seek(long) - Method in class org.apache.cassandra.io.SequenceFile.Reader
 
seek(long) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
seekTo(String) - Method in class org.apache.cassandra.db.FileStruct
 
SelectionKeyHandler - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
SelectionKeyHandler() - Constructor for class org.apache.cassandra.net.SelectionKeyHandler
 
selector - Variable in class org.apache.cassandra.net.SelectorManager
 
SelectorManager - Class in org.apache.cassandra.net
 
SemanticException - Exception in org.apache.cassandra.cql.compiler.sem
Exception from the CQL SemanticAnalyzer
SemanticException() - Constructor for exception org.apache.cassandra.cql.compiler.sem.SemanticException
 
SemanticException(String) - Constructor for exception org.apache.cassandra.cql.compiler.sem.SemanticException
 
SemanticException(Throwable) - Constructor for exception org.apache.cassandra.cql.compiler.sem.SemanticException
 
SemanticException(String, Throwable) - Constructor for exception org.apache.cassandra.cql.compiler.sem.SemanticException
 
SemanticPhase - Class in org.apache.cassandra.cql.compiler.sem
 
SemanticPhase() - Constructor for class org.apache.cassandra.cql.compiler.sem.SemanticPhase
 
sendOneWay(Message, EndPoint) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to a given endpoint.
sendOneWay(Message, EndPoint) - Method in class org.apache.cassandra.net.MessagingService
 
sendRR(Message, EndPoint) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to a given endpoint.
sendRR(Message, EndPoint[], IAsyncCallback) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to the given set of endpoints and informs the MessagingService to wait for at least howManyResults responses to determine success of failure.
sendRR(Message, EndPoint, IAsyncCallback) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to a given endpoint.
sendRR(Message[], EndPoint[], IAsyncCallback) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to a given endpoint.
sendRR(Message[], EndPoint[]) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to a given endpoint.
sendRR(Message[][], EndPoint[][], IAsyncCallback) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to a given endpoint.
sendRR(Message, EndPoint[], IAsyncCallback) - Method in class org.apache.cassandra.net.MessagingService
 
sendRR(Message, EndPoint, IAsyncCallback) - Method in class org.apache.cassandra.net.MessagingService
 
sendRR(Message[], EndPoint[], IAsyncCallback) - Method in class org.apache.cassandra.net.MessagingService
 
sendRR(Message[], EndPoint[]) - Method in class org.apache.cassandra.net.MessagingService
 
sendRR(Message[][], EndPoint[][], IAsyncCallback) - Method in class org.apache.cassandra.net.MessagingService
 
sendRR(Message, EndPoint) - Method in class org.apache.cassandra.net.MessagingService
 
sendUdpOneWay(Message, EndPoint) - Method in interface org.apache.cassandra.net.IMessagingService
Send a message to a given endpoint.
sendUdpOneWay(Message, EndPoint) - Method in class org.apache.cassandra.net.MessagingService
 
SequenceFile - Class in org.apache.cassandra.io
This class writes key/value pairs seqeuntially to disk.
SequenceFile() - Constructor for class org.apache.cassandra.io.SequenceFile
 
SequenceFile.AbstractReader - Class in org.apache.cassandra.io
 
SequenceFile.AbstractWriter - Class in org.apache.cassandra.io
 
SequenceFile.BufferReader - Class in org.apache.cassandra.io
 
SequenceFile.BufferWriter - Class in org.apache.cassandra.io
 
SequenceFile.ChecksumReader - Class in org.apache.cassandra.io
 
SequenceFile.ChecksumWriter - Class in org.apache.cassandra.io
 
SequenceFile.ConcurrentWriter - Class in org.apache.cassandra.io
 
SequenceFile.ConcurrentWriter(String) - Constructor for class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
SequenceFile.FastConcurrentWriter - Class in org.apache.cassandra.io
 
SequenceFile.FastConcurrentWriter(String, int) - Constructor for class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
SequenceFile.Reader - Class in org.apache.cassandra.io
 
SequenceFile.Writer - Class in org.apache.cassandra.io
 
serialize(ColumnFamily, DataOutputStream) - Method in class org.apache.cassandra.db.ColumnFamily.ColumnFamilySerializer
 
serialize(ColumnFamily, DataOutputStream) - Static method in class org.apache.cassandra.db.ColumnIndexer
Given a column family this, function creates an in-memory structure that represents the column index for the column family, and subsequently writes it to disk.
serialize(WriteResponse, DataOutputStream) - Method in class org.apache.cassandra.db.WriteResponse.WriteResponseSerializer
 
serialize(Token, DataOutputStream) - Method in class org.apache.cassandra.dht.Token.TokenSerializer
 
serialize(T, DataOutputStream) - Method in interface org.apache.cassandra.io.ICompactSerializer
Serialize the specified type into the specified DataOutputStream instance.
serialize(DataOutputStream) - Method in class org.apache.cassandra.io.IndexHelper.ColumnIndexInfo
 
serialize(int, List<IndexHelper.ColumnIndexInfo>, DataOutputStream) - Static method in class org.apache.cassandra.io.IndexHelper
Serializes a column index to a data output stream
serialize(EndPoint, DataOutputStream) - Static method in class org.apache.cassandra.net.CompactEndPointSerializationHelper
 
serialize(Message) - Method in class org.apache.cassandra.net.io.FastSerializer
 
serialize(Message) - Method in interface org.apache.cassandra.net.io.ISerializer
 
serialize(StreamContextManager.StreamContext, DataOutputStream) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContextSerializer
 
serialize(StreamContextManager.StreamStatusMessage, DataOutputStream) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessageSerializer
 
serialize(StreamContextManager.StreamStatus, DataOutputStream) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusSerializer
 
serialize(MembershipCleaner.MembershipCleanerMessage, DataOutputStream) - Method in class org.apache.cassandra.tools.MembershipCleaner.MembershipCleanerMessageSerializer
 
serializedSize() - Method in class org.apache.cassandra.db.Column
 
serializedSize() - Method in interface org.apache.cassandra.db.IColumn
 
serializedSize() - Method in class org.apache.cassandra.db.SuperColumn
This returns the size of the super-column when serialized.
serializer() - Static method in class org.apache.cassandra.db.CalloutDeployMessage
 
serializer() - Static method in class org.apache.cassandra.db.ColumnFamily
 
serializer() - Static method in class org.apache.cassandra.db.ReadCommand
 
serializer() - Static method in class org.apache.cassandra.db.ReadResponse
 
serializer() - Static method in class org.apache.cassandra.db.WriteResponse
 
serializer() - Static method in class org.apache.cassandra.dht.BootstrapInitiateMessage
 
serializer() - Static method in class org.apache.cassandra.dht.Range
 
serializer() - Static method in class org.apache.cassandra.dht.Token
 
serializer() - Static method in class org.apache.cassandra.gms.ApplicationState
 
serializer() - Static method in class org.apache.cassandra.gms.EndPointState
 
serializer() - Static method in class org.apache.cassandra.gms.GossipDigest
 
serializer() - Static method in class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
serializer() - Static method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatus
 
serializer() - Static method in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessage
 
serializer() - Static method in class org.apache.cassandra.net.Message
 
SERIALIZER - Static variable in class org.apache.cassandra.net.ProtocolHeader
 
serializer() - Static method in class org.apache.cassandra.utils.BloomFilter
 
SerializerAttribute - Annotation Type in org.apache.cassandra.net.io
 
SerializerType - Enum in org.apache.cassandra.net.io
 
serializerType(String) - Static method in class org.apache.cassandra.net.MessagingService
 
serializerType_ - Variable in class org.apache.cassandra.net.ProtocolHeader
 
serializerWithIndexes() - Static method in class org.apache.cassandra.db.ColumnFamily
 
serializeToStream(Object) - Static method in class org.apache.cassandra.utils.FBUtilities
 
set(Object) - Method in class org.apache.cassandra.io.IndexHelper.ColumnIndexInfo
 
set_ - Variable in class org.apache.cassandra.utils.FastObjectHash
the set of Objects
setAttribute(String, Object) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Sets the named factory attribute to the specified value, creating it if it did not already exist.
setAutoCompactionFactor(float) - Method in class org.apache.cassandra.utils.FastHash
The auto-compaction factor controls whether and when a table performs a FastHash.compact() automatically after a certain number of remove operations.
setBody(List<ByteBuffer>) - Method in class org.apache.cassandra.net.http.HttpRequest
 
setBody(List<ByteBuffer>) - Method in class org.apache.cassandra.net.http.HttpResponse
 
setBootstrapFileLocation(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
setColumnFamily(ColumnFamilyType) - Method in class org.apache.cassandra.loader.Importer
Sets the value of the columnFamily property.
SetColumnMap - Class in org.apache.cassandra.cql.common
Execution plan for batch setting a set of columns in a Simple/Super column family.
SetColumnMap(CFMetaData, OperandDef, ColumnMapExpr) - Constructor for class org.apache.cassandra.cql.common.SetColumnMap
construct an execution plan node to set the column map for a Standard Column Family.
SetColumnMap(CFMetaData, OperandDef, OperandDef, ColumnMapExpr) - Constructor for class org.apache.cassandra.cql.common.SetColumnMap
Construct an execution plan node to set the column map for a Super Column Family SET table.super_cf[][] = ;
setCombiner(String) - Method in class org.apache.cassandra.loader.KeyType
Sets the value of the combiner property.
setContextData(Object) - Method in class org.apache.cassandra.net.io.ProtocolHeaderState
 
setContextData(Object) - Method in class org.apache.cassandra.net.io.ProtocolState
 
setContextData(Object) - Method in class org.apache.cassandra.net.io.StartState
 
setContinuation(Continuation) - Method in class org.apache.cassandra.concurrent.ContinuationContext
 
setCorePoolSize(int) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Sets the core number of threads.
setCurrentReadContext(ReadVerbHandler.ReadContext) - Static method in class org.apache.cassandra.db.ReadVerbHandler
 
setDelimiter(String) - Method in class org.apache.cassandra.loader.ColumnFamilyType
Sets the value of the delimiter property.
setDigestQuery(boolean) - Method in class org.apache.cassandra.db.ReadCommand
 
setDirectory(String) - Method in class org.apache.cassandra.loader.ColumnFamilyType
Sets the value of the directory property.
setDone() - Method in class org.apache.cassandra.db.CountFilter
 
setDone() - Method in class org.apache.cassandra.db.IdentityFilter
 
setExpectedRoundTripTime(int) - Static method in class org.apache.cassandra.net.MessagingConfig
 
setField(Integer) - Method in class org.apache.cassandra.loader.ColumnType
Sets the value of the field property.
setField(Integer) - Method in class org.apache.cassandra.loader.TimestampType
Sets the value of the field property.
setField(Integer) - Method in class org.apache.cassandra.loader.ValueType
Sets the value of the field property.
setFields(FieldCollection) - Method in class org.apache.cassandra.loader.KeyType
Sets the value of the fields property.
setFields(FieldCollection) - Method in class org.apache.cassandra.loader.SuperColumnType
Sets the value of the fields property.
setForcedRollOver() - Method in class org.apache.cassandra.db.CommitLog
 
setIsDigestQuery(boolean) - Method in class org.apache.cassandra.db.ReadResponse
 
setKeepAliveTime(long, TimeUnit) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Sets the time limit for which threads may remain idle before being terminated.
setKey(KeyType) - Method in class org.apache.cassandra.loader.Importer
Sets the value of the key property.
setLocalEp(EndPoint) - Method in class org.apache.cassandra.net.TcpConnection
 
setLogFileLocation(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
setLogLevel(String, String) - Static method in class org.apache.cassandra.utils.LogUtil
 
setMaximumPoolSize(int) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Sets the maximum allowed number of threads.
setMessageBody(byte[]) - Method in class org.apache.cassandra.net.Message
 
setMessageType(String) - Method in class org.apache.cassandra.net.Message
 
setMessageVerb(String) - Method in class org.apache.cassandra.net.Message
 
setMessagingThreadCount(int) - Static method in class org.apache.cassandra.net.MessagingConfig
 
setMetadataDirectory(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
setMetric(String, int) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named metric to the specified value.
setMetric(String, short) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named metric to the specified value.
setMetric(String, byte) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named metric to the specified value.
setMetric(String, float) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named metric to the specified value.
setName(String) - Method in class org.apache.cassandra.loader.ColumnFamilyType
Sets the value of the name property.
setName(String) - Method in class org.apache.cassandra.loader.ColumnType
Sets the value of the name property.
setNumberOfPorts(int) - Static method in class org.apache.cassandra.net.MessagingConfig
 
setOptimizeIt(Boolean) - Method in class org.apache.cassandra.loader.KeyType
Sets the value of the optimizeIt property.
setParameter(String, String) - Method in class org.apache.cassandra.net.http.HttpRequest
 
setPeriod(int) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Sets the timer period
setPort(int) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Sets the default port to listen on
setPort(int) - Method in class org.apache.cassandra.net.EndPoint
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Sets a new handler for unexecutable tasks.
setResponseCount(int) - Method in class org.apache.cassandra.service.QuorumResponseHandler
 
setSnapshotDirectory(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
setStartLine(String, String, String, String) - Method in class org.apache.cassandra.net.http.HttpRequest
 
setStartLine(String, String, String) - Method in class org.apache.cassandra.net.http.HttpResponse
 
setStorageId(Token) - Method in class org.apache.cassandra.db.DBManager.StorageMetadata
 
setStreamingMode(boolean) - Static method in class org.apache.cassandra.net.MessagingService
 
setSuperColumn(SuperColumnType) - Method in class org.apache.cassandra.loader.ColumnFamilyType
Sets the value of the superColumn property.
SetSuperColumnMap - Class in org.apache.cassandra.cql.common
Execution plan for batch setting a set of super columns in a Super column family.
SetSuperColumnMap(CFMetaData, OperandDef, SuperColumnMapExpr) - Constructor for class org.apache.cassandra.cql.common.SetSuperColumnMap
construct an execution plan node to batch set a bunch of super columns in a super column family.
setTable(String) - Method in class org.apache.cassandra.loader.Importer
Sets the value of the table property.
setTables(String) - Static method in class org.apache.cassandra.config.DatabaseDescriptor
 
setTag(String, String) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named tag to the specified value.
setTag(String, int) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named tag to the specified value.
setTag(String, short) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named tag to the specified value.
setTag(String, byte) - Method in class org.apache.cassandra.analytics.MetricsRecord
Sets the named tag to the specified value.
setTargetFile(String) - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
setThreadFactory(ThreadFactory) - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Sets the thread factory used to create new threads.
setTimestamp(TimestampType) - Method in class org.apache.cassandra.loader.ColumnType
Sets the value of the timestamp property.
setTokenize(Boolean) - Method in class org.apache.cassandra.loader.SuperColumnType
Sets the value of the tokenize property.
SetUniqueKey - Class in org.apache.cassandra.cql.common
Execution plan for setting a specific column in a Simple/Super column family.
SetUniqueKey(CFMetaData, OperandDef, OperandDef, OperandDef) - Constructor for class org.apache.cassandra.cql.common.SetUniqueKey
Construct an execution plan for setting a column in a simple column family SET table.standard_cf[][] = ;
SetUniqueKey(CFMetaData, OperandDef, OperandDef, OperandDef, OperandDef) - Constructor for class org.apache.cassandra.cql.common.SetUniqueKey
Construct execution plan for setting a column in a super column family.
setUp(int) - Method in class org.apache.cassandra.utils.FastHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class org.apache.cassandra.utils.FastHashMap
initialize the value array of the map.
setUp(int) - Method in class org.apache.cassandra.utils.FastObjectHash
initializes the Object set of this hash table.
setValue(ValueType) - Method in class org.apache.cassandra.loader.ColumnType
Sets the value of the value property.
setVersion(int) - Static method in class org.apache.cassandra.net.MessagingService
 
SHA1 - Static variable in class org.apache.cassandra.utils.HashingSchemes
 
SHA_1 - Static variable in class org.apache.cassandra.utils.HashingSchemes
 
shortToByteArray(short) - Static method in class org.apache.cassandra.utils.BasicUtilities
 
shutdown() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Stops timer if it is running
shutdown() - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class org.apache.cassandra.concurrent.ContinuationStage
 
shutdown() - Method in interface org.apache.cassandra.concurrent.IStage
Shutdown the stage.
shutdown() - Method in class org.apache.cassandra.concurrent.MultiThreadedStage
 
shutdown() - Method in class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
shutdown() - Method in class org.apache.cassandra.concurrent.SingleThreadedStage
 
shutdown() - Static method in class org.apache.cassandra.concurrent.StageManager
This method shuts down all registered stages.
shutdown() - Method in class org.apache.cassandra.db.HintedHandOffManager
 
shutdown() - Method in class org.apache.cassandra.gms.Gossiper
 
shutdown() - Static method in class org.apache.cassandra.net.MessagingService
 
shutdown() - Method in interface org.apache.cassandra.service.IComponentShutdown
 
shutdown() - Method in class org.apache.cassandra.service.StorageService
 
shutdown() - Method in class org.apache.cassandra.utils.Cachetable
 
shutdown() - Static method in class org.apache.cassandra.utils.FileUtils
 
shutdown() - Method in interface org.apache.cassandra.utils.ICachetable
 
shutdownNow() - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
sinceTimestamp - Variable in class org.apache.cassandra.db.ColumnsSinceReadCommand
 
SingleThreadedContinuationStage - Class in org.apache.cassandra.concurrent
 
SingleThreadedContinuationStage(String) - Constructor for class org.apache.cassandra.concurrent.SingleThreadedContinuationStage
 
SingleThreadedStage - Class in org.apache.cassandra.concurrent
This class is an implementation of the IStage interface.
SingleThreadedStage(String) - Constructor for class org.apache.cassandra.concurrent.SingleThreadedStage
 
SinkManager - Class in org.apache.cassandra.net.sink
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
SinkManager() - Constructor for class org.apache.cassandra.net.sink.SinkManager
 
size() - Method in class org.apache.cassandra.db.Column
 
size() - Method in interface org.apache.cassandra.db.IColumn
 
size() - Method in class org.apache.cassandra.db.SuperColumn
 
size() - Method in class org.apache.cassandra.io.IndexHelper.ColumnIndexInfo
 
size() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
size() - Method in class org.apache.cassandra.utils.BoundedStatsDeque
 
size() - Method in class org.apache.cassandra.utils.Cachetable
 
size() - Method in class org.apache.cassandra.utils.FastHash
Returns the number of distinct elements in this collection.
size() - Method in interface org.apache.cassandra.utils.ICachetable
 
size() - Method in class org.apache.cassandra.utils.TimedStatsDeque
 
size_ - Variable in class org.apache.cassandra.utils.FastHash
the current number of occupied slots in the hash.
skip(DataInputStream) - Method in class org.apache.cassandra.db.ColumnFamily.ColumnFamilySerializer
 
skip(DataInputStream) - Method in interface org.apache.cassandra.db.ICompactSerializer2
 
skip(long) - Method in class org.apache.cassandra.io.FastBufferedInputStream
See the general contract of the skip method of InputStream.
skipBloomFilter(DataInput) - Static method in class org.apache.cassandra.io.IndexHelper
Skip the bloom filter and return the bytes read.
skipBloomFilterAndIndex(DataInput) - Static method in class org.apache.cassandra.io.IndexHelper
Skip the bloom filter and the index and return the bytes read.
skipIndex(DataInput) - Static method in class org.apache.cassandra.io.IndexHelper
Skip the index and return the number of bytes read.
SliceByNamesReadCommand - Class in org.apache.cassandra.db
 
SliceByNamesReadCommand(String, String, String, List<String>) - Constructor for class org.apache.cassandra.db.SliceByNamesReadCommand
 
SliceReadCommand - Class in org.apache.cassandra.db
 
SliceReadCommand(String, String, String, int, int) - Constructor for class org.apache.cassandra.db.SliceReadCommand
 
SSTable - Class in org.apache.cassandra.io
This class is built on top of the SequenceFile.
SSTable(String, IPartitioner) - Constructor for class org.apache.cassandra.io.SSTable
This ctor basically gets passed in the full path name of the data file associated with this SSTable.
SSTable(String, String, IPartitioner) - Constructor for class org.apache.cassandra.io.SSTable
This ctor is used for writing data into the SSTable.
SSTable.BlockMetadata - Class in org.apache.cassandra.io
This class holds the position of a key in a block and the size of the data associated with this key.
SSTable.KeyPositionInfo - Class in org.apache.cassandra.io
This is a simple container for the index Key and its corresponding position in the data file.
SSTable.KeyPositionInfo(String, IPartitioner) - Constructor for class org.apache.cassandra.io.SSTable.KeyPositionInfo
 
SSTable.KeyPositionInfo(String, IPartitioner, long) - Constructor for class org.apache.cassandra.io.SSTable.KeyPositionInfo
 
stackTrace(Throwable) - Static method in class org.apache.cassandra.utils.FBUtilities
 
stackTrace(Throwable) - Static method in class org.apache.cassandra.utils.LogUtil
 
StageManager - Class in org.apache.cassandra.concurrent
This class manages all stages that exist within a process.
StageManager() - Constructor for class org.apache.cassandra.concurrent.StageManager
 
start() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Starts up the analytics context and registers the VM metrics.
start() - Method in class org.apache.cassandra.db.DBManager
 
start - Variable in class org.apache.cassandra.db.SliceReadCommand
 
start(EndPoint, int) - Method in class org.apache.cassandra.gms.Gossiper
 
start() - Method in class org.apache.cassandra.service.CassandraDaemon
hook for JSVC
start() - Method in class org.apache.cassandra.service.CassandraServer
 
start() - Method in class org.apache.cassandra.service.StorageService
 
start_ - Variable in class org.apache.cassandra.io.Coordinate
 
startBody() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
startBody(boolean, String, boolean, boolean) - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
startMonitoring() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Starts or restarts monitoring, the emitting of metrics records.
startRow() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
StartState - Class in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
StartState(TcpReader) - Constructor for class org.apache.cassandra.net.io.StartState
 
startTable() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
startWith - Variable in class org.apache.cassandra.db.RangeCommand
 
stdev() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
stop() - Method in class org.apache.cassandra.analytics.AnalyticsContext
 
stop() - Method in class org.apache.cassandra.gms.Gossiper
 
stop() - Method in class org.apache.cassandra.service.CassandraDaemon
hook for JSVC
stopAt - Variable in class org.apache.cassandra.db.RangeCommand
 
stopMonitoring() - Method in class org.apache.cassandra.analytics.AnalyticsContext
Stops monitoring.
storagePort_ - Variable in class org.apache.cassandra.locator.AbstractStrategy
 
StorageProxy - Class in org.apache.cassandra.service
 
StorageProxyMBean - Interface in org.apache.cassandra.service
 
storageService - Variable in class org.apache.cassandra.service.CassandraServer
 
StorageService - Class in org.apache.cassandra.service
 
StorageService() - Constructor for class org.apache.cassandra.service.StorageService
 
StorageService.BootstrapInitiateDoneVerbHandler - Class in org.apache.cassandra.service
 
StorageService.BootstrapInitiateDoneVerbHandler() - Constructor for class org.apache.cassandra.service.StorageService.BootstrapInitiateDoneVerbHandler
 
StorageService.BootstrapMode - Enum in org.apache.cassandra.service
 
StorageService.ConsistencyLevel - Enum in org.apache.cassandra.service
 
StorageServiceMBean - Interface in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
storeBloomFilter(String, BloomFilter) - Static method in class org.apache.cassandra.io.SSTable
 
stream(String, long, long, EndPoint, EndPoint) - Method in interface org.apache.cassandra.net.IMessagingService
Stream a file from source to destination.
stream(String, long, long, EndPoint, EndPoint) - Method in class org.apache.cassandra.net.MessagingService
 
stream(File, long, long) - Method in class org.apache.cassandra.net.TcpConnection
 
stream_ - Variable in class org.apache.cassandra.net.io.StartState
 
StreamContextManager - Class in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
StreamContextManager() - Constructor for class org.apache.cassandra.net.io.StreamContextManager
 
StreamContextManager.StreamCompletionAction - Enum in org.apache.cassandra.net.io
 
StreamContextManager.StreamContext - Class in org.apache.cassandra.net.io
 
StreamContextManager.StreamContext(String, long) - Constructor for class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
StreamContextManager.StreamContextSerializer - Class in org.apache.cassandra.net.io
 
StreamContextManager.StreamContextSerializer() - Constructor for class org.apache.cassandra.net.io.StreamContextManager.StreamContextSerializer
 
StreamContextManager.StreamStatus - Class in org.apache.cassandra.net.io
 
StreamContextManager.StreamStatus(String, long) - Constructor for class org.apache.cassandra.net.io.StreamContextManager.StreamStatus
 
StreamContextManager.StreamStatusMessage - Class in org.apache.cassandra.net.io
 
StreamContextManager.StreamStatusMessage(StreamContextManager.StreamStatus) - Constructor for class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessage
 
StreamContextManager.StreamStatusMessageSerializer - Class in org.apache.cassandra.net.io
 
StreamContextManager.StreamStatusMessageSerializer() - Constructor for class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessageSerializer
 
StreamContextManager.StreamStatusSerializer - Class in org.apache.cassandra.net.io
 
StreamContextManager.StreamStatusSerializer() - Constructor for class org.apache.cassandra.net.io.StreamContextManager.StreamStatusSerializer
 
streamContexts_ - Variable in class org.apache.cassandra.dht.BootstrapInitiateMessage
 
StreamManager - Class in org.apache.cassandra.service
 
StreamManager.BootstrapTerminateVerbHandler - Class in org.apache.cassandra.service
 
StreamManager.BootstrapTerminateVerbHandler() - Constructor for class org.apache.cassandra.service.StreamManager.BootstrapTerminateVerbHandler
 
streamNotificationHandlers_ - Static variable in class org.apache.cassandra.net.io.StreamContextManager
 
streamStatus_ - Variable in class org.apache.cassandra.net.io.StreamContextManager.StreamStatusMessage
 
streamStatusBag_ - Static variable in class org.apache.cassandra.net.io.StreamContextManager
 
stringifyFileSize(double) - Static method in class org.apache.cassandra.utils.FileUtils
 
stringToFileSize(String) - Static method in class org.apache.cassandra.utils.FileUtils
 
StringToken - Class in org.apache.cassandra.dht
 
StringToken(String) - Constructor for class org.apache.cassandra.dht.StringToken
 
strip(String, String) - Static method in class org.apache.cassandra.utils.FBUtilities
 
strongReadProtocol(String[], ReadCommand) - Static method in class org.apache.cassandra.service.StorageProxy
This is a multiget version of the above method.
submit(Callable<T>) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, T) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in class org.apache.cassandra.concurrent.AIOExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(ColumnFamilyStore) - Method in class org.apache.cassandra.db.HintedHandOffManager
 
submitFlush(Memtable, CommitLog.CommitLogContext) - Static method in class org.apache.cassandra.db.ColumnFamilyStore
 
sum() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
sumOfDeviations() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
SuperColumn - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
superColumn - Variable in class org.apache.cassandra.loader.ColumnFamilyType
 
SuperColumnMapExpr - Class in org.apache.cassandra.cql.common
 
SuperColumnMapExpr() - Constructor for class org.apache.cassandra.cql.common.SuperColumnMapExpr
 
SuperColumnRangeQueryRSD - Class in org.apache.cassandra.cql.common
A Row Source Defintion (RSD) for doing a super column range query on a Super Column Family.
SuperColumnRangeQueryRSD(CFMetaData, OperandDef, int, int) - Constructor for class org.apache.cassandra.cql.common.SuperColumnRangeQueryRSD
Set up a range query on super column map in a super column family.
SuperColumnType - Class in org.apache.cassandra.loader
Java class for SuperColumnType complex type.
SuperColumnType() - Constructor for class org.apache.cassandra.loader.SuperColumnType
 
suspect(EndPoint) - Method in class org.apache.cassandra.gms.Gossiper
This method is part of IFailureDetectionEventListener interface.
suspect(EndPoint) - Method in interface org.apache.cassandra.gms.IFailureDetectionEventListener
Suspect the specified endpoint.
suspect(EndPoint) - Method in interface org.apache.cassandra.gms.IFailureNotification
 
SystemTable - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )

T

table - Variable in class org.apache.cassandra.db.RangeCommand
 
table - Variable in class org.apache.cassandra.db.ReadCommand
 
table() - Method in class org.apache.cassandra.db.ReadResponse
 
table() - Method in class org.apache.cassandra.db.RowMutation
 
Table - Class in org.apache.cassandra.db
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
table() - Method in class org.apache.cassandra.db.WriteResponse
 
table - Variable in class org.apache.cassandra.loader.Importer
 
Table.BootstrapCompletionHandler - Class in org.apache.cassandra.db
This is the callback handler that is invoked when we have completely been bootstrapped for a single file by a remote host.
Table.BootstrapCompletionHandler() - Constructor for class org.apache.cassandra.db.Table.BootstrapCompletionHandler
 
Table.BootStrapInitiateVerbHandler - Class in org.apache.cassandra.db
 
Table.BootStrapInitiateVerbHandler() - Constructor for class org.apache.cassandra.db.Table.BootStrapInitiateVerbHandler
 
Table.TableMetadata - Class in org.apache.cassandra.db
 
Table.TableMetadata() - Constructor for class org.apache.cassandra.db.Table.TableMetadata
 
tableName - Variable in class org.apache.cassandra.config.CFMetaData
 
TableNotDefinedException - Exception in org.apache.cassandra.db
 
TableNotDefinedException(String) - Constructor for exception org.apache.cassandra.db.TableNotDefinedException
 
tableStats(String, DecimalFormat) - Method in class org.apache.cassandra.db.Table
 
targets_ - Variable in class org.apache.cassandra.dht.BootStrapper
 
targets_ - Variable in class org.apache.cassandra.dht.LeaveJoinProtocolImpl
 
TASK_ID - Static variable in class org.apache.cassandra.net.HeaderTypes
 
TASK_PROFILE_CHAIN - Static variable in class org.apache.cassandra.net.HeaderTypes
 
TcpConnection - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
TcpConnectionHandler - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
TcpConnectionHandler(EndPoint) - Constructor for class org.apache.cassandra.net.TcpConnectionHandler
 
TcpReader - Class in org.apache.cassandra.net.io
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
TcpReader(TcpConnection) - Constructor for class org.apache.cassandra.net.io.TcpReader
 
TcpReader.TcpReaderState - Enum in org.apache.cassandra.net.io
 
tempDisableAutoCompaction() - Method in class org.apache.cassandra.utils.FastHash
Temporarily disables auto-compaction.
temporaryFile_ - Static variable in class org.apache.cassandra.io.SSTable
 
terminated() - Method in class org.apache.cassandra.concurrent.ContinuationsExecutor
Method invoked when the Executor has terminated.
TestChoice - Class in org.apache.cassandra.test
 
TestChoice(Set<EndPoint>) - Constructor for class org.apache.cassandra.test.TestChoice
 
TestRunner - Class in org.apache.cassandra.test
 
TestRunner() - Constructor for class org.apache.cassandra.test.TestRunner
 
ThreadFactoryImpl - Class in org.apache.cassandra.concurrent
This class is an implementation of the ThreadFactory interface.
ThreadFactoryImpl(String) - Constructor for class org.apache.cassandra.concurrent.ThreadFactoryImpl
 
threadGroup_ - Variable in class org.apache.cassandra.concurrent.ThreadFactoryImpl
 
ThreadListBuilder - Class in org.apache.cassandra.tools
 
ThreadListBuilder() - Constructor for class org.apache.cassandra.tools.ThreadListBuilder
 
ThreadLocalContext - Class in org.apache.cassandra.concurrent
Use this implementation over Java's ThreadLocal or InheritableThreadLocal when you need to add multiple key/value pairs into ThreadLocalContext for a given thread.
ThreadLocalContext() - Constructor for class org.apache.cassandra.concurrent.ThreadLocalContext
 
threadNbr_ - Variable in class org.apache.cassandra.concurrent.ThreadFactoryImpl
 
thriftifyColumns(Collection<IColumn>) - Method in class org.apache.cassandra.service.CassandraServer
 
thriftPort - Variable in class org.apache.cassandra.cli.CliSessionState
 
throwableToString(Throwable) - Static method in class org.apache.cassandra.utils.LogUtil
 
throwObjectContractViolation(Object, Object) - Method in class org.apache.cassandra.utils.FastObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
TimedStatsDeque - Class in org.apache.cassandra.utils
threadsafe.
TimedStatsDeque(long) - Constructor for class org.apache.cassandra.utils.TimedStatsDeque
 
timestamp() - Method in class org.apache.cassandra.db.Column
 
timestamp(String) - Method in class org.apache.cassandra.db.Column
 
timestamp() - Method in interface org.apache.cassandra.db.IColumn
 
timestamp(String) - Method in interface org.apache.cassandra.db.IColumn
 
timestamp() - Method in class org.apache.cassandra.db.SuperColumn
 
timestamp(String) - Method in class org.apache.cassandra.db.SuperColumn
 
timestamp - Variable in class org.apache.cassandra.loader.ColumnType
 
TimestampType - Class in org.apache.cassandra.loader
Java class for TimestampType complex type.
TimestampType() - Constructor for class org.apache.cassandra.loader.TimestampType
 
timingOn - Variable in class org.apache.cassandra.cli.CliSessionState
 
toByte(TypeInfo) - Static method in enum org.apache.cassandra.db.TypeInfo
 
toByteArray(Token<T>) - Method in class org.apache.cassandra.dht.Token.TokenFactory
 
toByteArray(int) - Static method in class org.apache.cassandra.net.MessagingService
 
toByteArray(short) - Static method in class org.apache.cassandra.net.MessagingService
 
toByteArray(int) - Static method in class org.apache.cassandra.utils.FBUtilities
 
toBytes(EndPoint) - Static method in class org.apache.cassandra.net.EndPoint
 
Token<T extends java.lang.Comparable> - Class in org.apache.cassandra.dht
 
Token(T) - Constructor for class org.apache.cassandra.dht.Token
 
Token.TokenFactory<T extends java.lang.Comparable> - Class in org.apache.cassandra.dht
 
Token.TokenFactory() - Constructor for class org.apache.cassandra.dht.Token.TokenFactory
 
Token.TokenSerializer - Class in org.apache.cassandra.dht
 
Token.TokenSerializer() - Constructor for class org.apache.cassandra.dht.Token.TokenSerializer
 
tokenize - Variable in class org.apache.cassandra.loader.SuperColumnType
 
TokenMetadata - Class in org.apache.cassandra.locator
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
TokenMetadata() - Constructor for class org.apache.cassandra.locator.TokenMetadata
 
tokenMetadata_ - Variable in class org.apache.cassandra.dht.BootStrapper
 
tokenMetadata_ - Variable in class org.apache.cassandra.dht.LeaveJoinProtocolImpl
 
tokenMetadata_ - Variable in class org.apache.cassandra.locator.AbstractStrategy
 
tokens_ - Variable in class org.apache.cassandra.dht.BootStrapper
 
tokens_ - Variable in class org.apache.cassandra.dht.LeaveJoinProtocolImpl
 
TokenUpdater - Class in org.apache.cassandra.tools
 
TokenUpdater() - Constructor for class org.apache.cassandra.tools.TokenUpdater
 
TokenUpdateVerbHandler - Class in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
TokenUpdateVerbHandler() - Constructor for class org.apache.cassandra.service.TokenUpdateVerbHandler
 
TokenUpdateVerbHandler - Class in org.apache.cassandra.tools
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
TokenUpdateVerbHandler() - Constructor for class org.apache.cassandra.tools.TokenUpdateVerbHandler
 
tokenVerbHandler_ - Static variable in class org.apache.cassandra.service.StorageService
 
toString() - Method in interface org.apache.cassandra.cql.common.CExpr.Expr
 
toString() - Method in class org.apache.cassandra.cql.common.CType.ArrayType
 
toString() - Method in class org.apache.cassandra.cql.common.CType.IntegerType
 
toString() - Method in class org.apache.cassandra.cql.common.CType.RowType
 
toString() - Method in class org.apache.cassandra.cql.common.CType.StringType
 
toString() - Method in interface org.apache.cassandra.cql.common.CType.Type
 
toString() - Method in class org.apache.cassandra.cql.common.Pair
 
toString() - Method in class org.apache.cassandra.db.Column
 
toString() - Method in class org.apache.cassandra.db.ColumnFamily
 
toString() - Method in class org.apache.cassandra.db.ColumnReadCommand
 
toString() - Method in class org.apache.cassandra.db.ColumnsSinceReadCommand
 
toString() - Method in class org.apache.cassandra.db.Memtable
 
toString() - Method in class org.apache.cassandra.db.RangeCommand
 
toString() - Method in class org.apache.cassandra.db.Row
 
toString() - Method in class org.apache.cassandra.db.RowMutation
 
toString() - Method in class org.apache.cassandra.db.RowReadCommand
 
toString() - Method in class org.apache.cassandra.db.SliceByNamesReadCommand
 
toString() - Method in class org.apache.cassandra.db.SliceReadCommand
 
toString() - Method in class org.apache.cassandra.db.SuperColumn
 
toString() - Method in class org.apache.cassandra.db.Table.TableMetadata
 
toString() - Method in class org.apache.cassandra.dht.Range
 
toString(Token<T>) - Method in class org.apache.cassandra.dht.Token.TokenFactory
 
toString() - Method in class org.apache.cassandra.dht.Token
 
toString() - Method in class org.apache.cassandra.gms.FailureDetector
 
toString() - Method in class org.apache.cassandra.gms.GossipDigest
 
toString() - Method in class org.apache.cassandra.io.Coordinate
 
toString() - Method in class org.apache.cassandra.io.SSTable.KeyPositionInfo
 
toString() - Method in class org.apache.cassandra.locator.TokenMetadata
 
toString() - Method in class org.apache.cassandra.net.ConnectionStatistics
 
toString() - Method in class org.apache.cassandra.net.EndPoint
 
toString() - Method in class org.apache.cassandra.net.http.HTMLFormatter
 
toString() - Method in class org.apache.cassandra.net.http.HttpRequest
 
toString() - Method in class org.apache.cassandra.net.http.HttpResponse
 
toString() - Method in class org.apache.cassandra.net.io.StreamContextManager.StreamContext
 
toString() - Method in class org.apache.cassandra.net.Message
 
toString() - Method in class org.apache.cassandra.net.TcpConnection
 
toString() - Method in class org.apache.cassandra.utils.BloomFilter
 
trimToSize() - Method in class org.apache.cassandra.utils.FastHash
This simply calls compact.
turnOffInterestOps(SelectionKey, int) - Static method in class org.apache.cassandra.net.SelectionKeyHandler
 
turnOnInterestOps(SelectionKey, int) - Static method in class org.apache.cassandra.net.SelectionKeyHandler
 
type() - Method in class org.apache.cassandra.db.ColumnFamily
 
TypeInfo - Enum in org.apache.cassandra.db
 

U

UdpConnection - Class in org.apache.cassandra.net
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
UdpConnection() - Constructor for class org.apache.cassandra.net.UdpConnection
 
undecorateKey(String) - Method in interface org.apache.cassandra.dht.IPartitioner
 
undecorateKey(String) - Method in class org.apache.cassandra.dht.OrderPreservingPartitioner
 
undecorateKey(String) - Method in class org.apache.cassandra.dht.RandomPartitioner
 
unescapeSQLString(String) - Static method in class org.apache.cassandra.cql.common.Utils
 
UniqueKeyQueryRSD - Class in org.apache.cassandra.cql.common
A Row Source Defintion (RSD) for looking up a unique column within a column family.
UniqueKeyQueryRSD(CFMetaData, OperandDef, OperandDef, OperandDef) - Constructor for class org.apache.cassandra.cql.common.UniqueKeyQueryRSD
 
UniqueKeyQueryRSD(CFMetaData, OperandDef, OperandDef) - Constructor for class org.apache.cassandra.cql.common.UniqueKeyQueryRSD
 
unprotectedDigest() - Method in class org.apache.cassandra.utils.SafeMessageDigest
 
unprotectedDigest(byte[]) - Method in class org.apache.cassandra.utils.SafeMessageDigest
 
unprotectedUpdate(byte[]) - Method in class org.apache.cassandra.utils.SafeMessageDigest
 
unregister(IEndPointStateChangeSubscriber) - Method in class org.apache.cassandra.gms.Gossiper
 
unregister(IEndPointStateChangeSubscriber) - Method in interface org.apache.cassandra.gms.IEndPointStateChangePublisher
Unregister interest for state changes.
unregisterFailureDetectionEventListener(IFailureDetectionEventListener) - Method in class org.apache.cassandra.gms.FailureDetector
 
unregisterFailureDetectionEventListener(IFailureDetectionEventListener) - Method in interface org.apache.cassandra.gms.IFailureDetector
Un-register interest for Failure Detector events.
unregisterMBean() - Method in class org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor
 
unregisterUpdater(IAnalyticsSource) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Removes a callback, if it exists.
update(MetricsRecord) - Method in class org.apache.cassandra.analytics.AnalyticsContext
Called by MetricsRecordImpl.update().
update() - Method in class org.apache.cassandra.analytics.MetricsRecord
Updates the table of buffered data which is to be sent periodically.
update(Token, EndPoint) - Method in class org.apache.cassandra.locator.TokenMetadata
Update the two maps in an safe mode.
update(byte[]) - Method in class org.apache.cassandra.utils.SafeMessageDigest
 
updateReadStatistics(long) - Method in class org.apache.cassandra.analytics.DBAnalyticsSource
Update the read statistics.
updateToken(Token) - Method in class org.apache.cassandra.db.SystemTable
 
updateToken(Token) - Method in class org.apache.cassandra.service.StorageService
 
updateTokenMetadata(Token, EndPoint) - Method in class org.apache.cassandra.service.StorageService
 
updateWriteStatistics(long) - Method in class org.apache.cassandra.analytics.DBAnalyticsSource
Update the write statistics.
utfPrefix_ - Static variable in class org.apache.cassandra.db.ColumnFamily
 
UtfPrefix_ - Static variable in interface org.apache.cassandra.db.IColumn
 
utfPrefix_ - Static variable in class org.apache.cassandra.io.SequenceFile
 
Utils - Class in org.apache.cassandra.cql.common
 
Utils() - Constructor for class org.apache.cassandra.cql.common.Utils
 
UtilsTest - Class in org.apache.cassandra.test
 
UtilsTest() - Constructor for class org.apache.cassandra.test.UtilsTest
 

V

value() - Method in class org.apache.cassandra.db.Column
 
value(String) - Method in class org.apache.cassandra.db.Column
 
value() - Method in interface org.apache.cassandra.db.IColumn
 
value(String) - Method in interface org.apache.cassandra.db.IColumn
 
value() - Method in class org.apache.cassandra.db.SuperColumn
 
value(String) - Method in class org.apache.cassandra.db.SuperColumn
 
value - Variable in class org.apache.cassandra.loader.ColumnType
 
valueOf(String) - Static method in enum org.apache.cassandra.cql.compiler.common.CompilerErrorMsg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.cql.execution.RuntimeErrorMsg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.db.ColumnComparatorFactory.ComparatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.db.TypeInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.net.io.SerializerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.net.io.StreamContextManager.StreamCompletionAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.net.io.TcpReader.TcpReaderState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.service.StorageService.BootstrapMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.service.StorageService.ConsistencyLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cassandra.cql.compiler.common.CompilerErrorMsg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.cql.execution.RuntimeErrorMsg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.db.ColumnComparatorFactory.ComparatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.db.TypeInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.net.io.SerializerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.net.io.StreamContextManager.StreamCompletionAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.net.io.TcpReader.TcpReaderState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.service.StorageService.BootstrapMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.service.StorageService.ConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.cassandra.utils.FastHashMap
Returns a view on the values of the map.
values_ - Variable in class org.apache.cassandra.utils.FastHashMap
the values of the map
ValueType - Class in org.apache.cassandra.loader
Java class for ValueType complex type.
ValueType() - Constructor for class org.apache.cassandra.loader.ValueType
 
variance() - Method in class org.apache.cassandra.utils.AbstractStatsDeque
 
VERSION - Static variable in class org.apache.cassandra.net.ProtocolHeader
 
version_ - Variable in class org.apache.cassandra.net.ProtocolHeader
 
VersionGenerator - Class in org.apache.cassandra.gms
A unique version number generator for any state that is generated by the local node.
VersionGenerator() - Constructor for class org.apache.cassandra.gms.VersionGenerator
 
VMAnalyticsSource - Class in org.apache.cassandra.analytics
This class sets up the analytics package to report metrics into Ganglia for VM heap utilization.
VMAnalyticsSource() - Constructor for class org.apache.cassandra.analytics.VMAnalyticsSource
Setup the Ganglia record to display the VM heap utilization.

W

waitForStreamCompletion() - Method in class org.apache.cassandra.service.StreamManager
 
warn(Object) - Method in class org.apache.cassandra.utils.Log4jLogger
 
weakReadProtocol(String[], ReadCommand) - Static method in class org.apache.cassandra.service.StorageProxy
This version is used when results for multiple keys needs to be retrieved.
write(int) - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
write(byte[]) - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
write(byte[], int, int) - Method in class org.apache.cassandra.io.BufferedRandomAccessFile
 
write(int) - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
write(byte[]) - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
write(byte[], int, int) - Method in class org.apache.cassandra.io.ChecksumRandomAccessFile
 
write(DataInput, int) - Method in class org.apache.cassandra.io.DataOutputBuffer
Writes bytes from a DataInput directly into the buffer.
write(int) - Method in class org.apache.cassandra.io.FastBufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class org.apache.cassandra.io.FastBufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(ByteBuffer) - Method in class org.apache.cassandra.net.http.HttpConnection
 
write(SelectionKey) - Method in class org.apache.cassandra.net.SelectionKeyHandler
Method which is called when the key becomes writable.
write(Message) - Method in class org.apache.cassandra.net.TcpConnection
 
write(SelectionKey) - Method in class org.apache.cassandra.net.TcpConnection
 
write(Message, EndPoint) - Method in class org.apache.cassandra.net.UdpConnection
 
writeDirect(byte[]) - Method in interface org.apache.cassandra.io.IFileWriter
Be extremely careful while using this API.
writeDirect(byte[]) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
writeDirect(byte[]) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
writeDirect(byte[]) - Method in class org.apache.cassandra.io.SequenceFile.Writer
Be extremely careful while using this API.
writeLong(long) - Method in interface org.apache.cassandra.io.IFileWriter
Write a long into the underlying sub system.
writeLong(long) - Method in class org.apache.cassandra.io.SequenceFile.ConcurrentWriter
 
writeLong(long) - Method in class org.apache.cassandra.io.SequenceFile.FastConcurrentWriter
 
writeLong(long) - Method in class org.apache.cassandra.io.SequenceFile.Writer
 
writer(String) - Static method in class org.apache.cassandra.io.SequenceFile
 
WriteResponse - Class in org.apache.cassandra.db
 
WriteResponse(String, String, boolean) - Constructor for class org.apache.cassandra.db.WriteResponse
 
WriteResponse.WriteResponseSerializer - Class in org.apache.cassandra.db
 
WriteResponse.WriteResponseSerializer() - Constructor for class org.apache.cassandra.db.WriteResponse.WriteResponseSerializer
 
WriteResponseResolver - Class in org.apache.cassandra.service
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
WriteResponseResolver() - Constructor for class org.apache.cassandra.service.WriteResponseResolver
 
writeUTF(ByteBuffer, String) - Static method in class org.apache.cassandra.io.SequenceFile
Efficiently writes a UTF8 string to the buffer.

X

XMLUtils - Class in org.apache.cassandra.utils
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
XMLUtils(String) - Constructor for class org.apache.cassandra.utils.XMLUtils
 
xor(byte[], byte[]) - Static method in class org.apache.cassandra.utils.FBUtilities
 

A B C D E F G H I K L M N O P Q R S T U V W X

Copyright © 2009 The Apache Software Foundation