|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pair in org.apache.cassandra.cache |
---|
Methods in org.apache.cassandra.cache that return Pair | |
---|---|
Pair<java.lang.String,java.lang.String> |
CacheKey.getPathInfo()
|
Pair<java.lang.String,java.lang.String> |
KeyCacheKey.getPathInfo()
|
Pair<java.lang.String,java.lang.String> |
RowCacheKey.getPathInfo()
|
Methods in org.apache.cassandra.cache that return types with arguments of type Pair | |
---|---|
java.util.concurrent.Future<Pair<K,V>> |
AutoSavingCache.CacheSerializer.deserialize(java.io.DataInputStream in,
ColumnFamilyStore cfs)
|
Uses of Pair in org.apache.cassandra.config |
---|
Methods in org.apache.cassandra.config that return Pair | |
---|---|
Pair<java.lang.String,java.lang.String> |
Schema.getCF(java.util.UUID cfId)
|
Uses of Pair in org.apache.cassandra.cql3.operations |
---|
Method parameters in org.apache.cassandra.cql3.operations with type arguments of type Pair | |
---|---|
void |
ColumnOperation.execute(ColumnFamily cf,
ColumnNameBuilder builder,
CollectionType validator,
UpdateParameters params,
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
|
void |
ListOperation.execute(ColumnFamily cf,
ColumnNameBuilder builder,
CollectionType validator,
UpdateParameters params,
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
|
void |
MapOperation.execute(ColumnFamily cf,
ColumnNameBuilder builder,
CollectionType validator,
UpdateParameters params,
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
|
void |
Operation.execute(ColumnFamily cf,
ColumnNameBuilder builder,
CollectionType validator,
UpdateParameters params,
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
|
void |
SetOperation.execute(ColumnFamily cf,
ColumnNameBuilder builder,
CollectionType validator,
UpdateParameters params,
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
|
Uses of Pair in org.apache.cassandra.cql3.statements |
---|
Methods in org.apache.cassandra.cql3.statements that return types with arguments of type Pair | |
---|---|
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> |
ColumnGroupMap.getCollection(java.nio.ByteBuffer key)
|
Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type Pair | |
---|---|
UpdateStatement(CFName name,
java.util.List<Pair<ColumnIdentifier,Operation>> columns,
java.util.List<Relation> whereClause,
Attributes attrs)
Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term. |
Uses of Pair in org.apache.cassandra.db.marshal |
---|
Method parameters in org.apache.cassandra.db.marshal with type arguments of type Pair | |
---|---|
abstract java.nio.ByteBuffer |
CollectionType.serialize(java.util.List<Pair<java.nio.ByteBuffer,IColumn>> columns)
|
java.nio.ByteBuffer |
ListType.serialize(java.util.List<Pair<java.nio.ByteBuffer,IColumn>> columns)
|
java.nio.ByteBuffer |
MapType.serialize(java.util.List<Pair<java.nio.ByteBuffer,IColumn>> columns)
Creates the same output than decompose, but from the internal representation. |
java.nio.ByteBuffer |
SetType.serialize(java.util.List<Pair<java.nio.ByteBuffer,IColumn>> columns)
|
Uses of Pair in org.apache.cassandra.dht |
---|
Methods in org.apache.cassandra.dht that return Pair | |
---|---|
abstract Pair<AbstractBounds<T>,AbstractBounds<T>> |
AbstractBounds.split(T position)
Given token T and AbstractBounds ?L,R?, returns Pair(?L,T], (T,R?), where ? means that the same type of AbstractBounds is returned as the original. |
Pair<AbstractBounds<T>,AbstractBounds<T>> |
Bounds.split(T position)
|
Pair<AbstractBounds<T>,AbstractBounds<T>> |
ExcludingBounds.split(T position)
|
Pair<AbstractBounds<T>,AbstractBounds<T>> |
IncludingExcludingBounds.split(T position)
|
Pair<AbstractBounds<T>,AbstractBounds<T>> |
Range.split(T position)
|
Uses of Pair in org.apache.cassandra.io.compress |
---|
Method parameters in org.apache.cassandra.io.compress with type arguments of type Pair | |
---|---|
CompressionMetadata.Chunk[] |
CompressionMetadata.getChunksForSections(java.util.Collection<Pair<java.lang.Long,java.lang.Long>> sections)
|
Uses of Pair in org.apache.cassandra.io.sstable |
---|
Methods in org.apache.cassandra.io.sstable that return Pair | |
---|---|
static Pair<Descriptor,Component> |
Component.fromFilename(java.io.File directory,
java.lang.String name)
Filename of the form " |
static Pair<Descriptor,java.lang.String> |
Descriptor.fromFilename(java.io.File directory,
java.lang.String name)
Filename of the form " |
static Pair<Descriptor,Component> |
SSTable.tryComponentFromFilename(java.io.File dir,
java.lang.String name)
|
Methods in org.apache.cassandra.io.sstable that return types with arguments of type Pair | |
---|---|
java.util.List<Pair<java.lang.Long,java.lang.Long>> |
SSTableReader.getPositionsForRanges(java.util.Collection<Range<Token>> ranges)
Determine the minimal set of sections that can be extracted from this SSTable to cover the given ranges. |
Uses of Pair in org.apache.cassandra.locator |
---|
Methods in org.apache.cassandra.locator that return types with arguments of type Pair | |
---|---|
java.util.Set<Pair<Token,java.net.InetAddress>> |
TokenMetadata.getMovingEndpoints()
Endpoints which are migrating to the new tokens |
Uses of Pair in org.apache.cassandra.service |
---|
Subclasses of Pair in org.apache.cassandra.service | |
---|---|
static class |
AntiEntropyService.CFPair
A tuple of table and cf. |
Methods in org.apache.cassandra.service that return Pair | |
---|---|
Pair<java.util.Set<Range<Token>>,java.util.Set<Range<Token>>> |
StorageService.calculateStreamAndFetchRanges(java.util.Collection<Range<Token>> current,
java.util.Collection<Range<Token>> updated)
Calculate pair of ranges to stream/fetch for given two range collections (current ranges for table and ranges after move to new token) |
Methods in org.apache.cassandra.service that return types with arguments of type Pair | |
---|---|
java.util.concurrent.Future<Pair<RowCacheKey,IRowCacheEntry>> |
CacheService.RowCacheSerializer.deserialize(java.io.DataInputStream in,
ColumnFamilyStore cfs)
|
java.util.concurrent.Future<Pair<KeyCacheKey,RowIndexEntry>> |
CacheService.KeyCacheSerializer.deserialize(java.io.DataInputStream input,
ColumnFamilyStore cfs)
|
java.util.List<Pair<Range<Token>,java.lang.Long>> |
StorageService.getSplits(java.lang.String table,
java.lang.String cfName,
Range<Token> range,
int keysPerSplit)
|
Uses of Pair in org.apache.cassandra.streaming |
---|
Fields in org.apache.cassandra.streaming declared as Pair | |
---|---|
protected Pair<java.net.InetAddress,java.lang.Long> |
AbstractStreamSession.context
|
Fields in org.apache.cassandra.streaming with type parameters of type Pair | |
---|---|
java.util.List<Pair<java.lang.Long,java.lang.Long>> |
PendingFile.sections
|
Constructors in org.apache.cassandra.streaming with parameters of type Pair | |
---|---|
AbstractStreamSession(java.lang.String table,
Pair<java.net.InetAddress,java.lang.Long> context,
IStreamCallback callback)
|
Constructor parameters in org.apache.cassandra.streaming with type arguments of type Pair | |
---|---|
PendingFile(SSTableReader sstable,
Descriptor desc,
java.lang.String component,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
OperationType type)
|
|
PendingFile(SSTableReader sstable,
Descriptor desc,
java.lang.String component,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
OperationType type,
long estimatedKeys,
CompressionInfo compressionInfo)
|
Uses of Pair in org.apache.cassandra.transport |
---|
Methods in org.apache.cassandra.transport that return Pair | |
---|---|
Pair<T,java.lang.Object> |
OptionCodec.decodeOne(org.jboss.netty.buffer.ChannelBuffer body)
|
static Pair<DataType,java.lang.Object> |
DataType.fromType(AbstractType type)
|
Methods in org.apache.cassandra.transport with parameters of type Pair | |
---|---|
org.jboss.netty.buffer.ChannelBuffer |
OptionCodec.encodeOne(Pair<T,java.lang.Object> option)
|
int |
OptionCodec.oneSerializedSize(Pair<T,java.lang.Object> option)
|
static AbstractType |
DataType.toType(Pair<DataType,java.lang.Object> entry)
|
Uses of Pair in org.apache.cassandra.utils |
---|
Methods in org.apache.cassandra.utils that return Pair | ||
---|---|---|
static
|
Pair.create(X x,
Y y)
|
|
static Pair<java.math.BigInteger,java.lang.Boolean> |
FBUtilities.midpoint(java.math.BigInteger left,
java.math.BigInteger right,
int sigbits)
Given two bit arrays represented as BigIntegers, containing the given number of significant bits, calculate a midpoint. |
Constructor parameters in org.apache.cassandra.utils with type arguments of type Pair | |
---|---|
ExpiringMap(long defaultExpiration,
com.google.common.base.Function<Pair<K,ExpiringMap.CacheableObject<V>>,?> postExpireHook)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |