Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Pair<K,V>> |
AutoSavingCache.CacheSerializer.deserialize(java.io.DataInputStream in,
ColumnFamilyStore cfs) |
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.String,java.lang.String> |
Schema.getCF(java.util.UUID cfId) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Pair<Term.Raw,Term.Raw>> |
Maps.Literal.entries |
Modifier and Type | Method and Description |
---|---|
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> |
UpdateParameters.getPrefetchedList(java.nio.ByteBuffer rowKey,
java.nio.ByteBuffer cql3ColumnName) |
Constructor and Description |
---|
Maps.Literal(java.util.List<Pair<Term.Raw,Term.Raw>> entries) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Pair<java.nio.ByteBuffer,IColumn>> |
ColumnGroupMap.getCollection(java.nio.ByteBuffer key) |
Constructor and Description |
---|
UpdateStatement(CFName name,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> operations,
java.util.List<Relation> whereClause,
Attributes attrs)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Pair<java.nio.ByteBuffer,IColumn>> |
CollectionType.enforceLimit(java.util.List<Pair<java.nio.ByteBuffer,IColumn>> columns) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Pair<java.nio.ByteBuffer,IColumn>> |
CollectionType.enforceLimit(java.util.List<Pair<java.nio.ByteBuffer,IColumn>> columns) |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata.Chunk[] |
CompressionMetadata.getChunksForSections(java.util.Collection<Pair<java.lang.Long,java.lang.Long>> sections) |
Modifier and Type | Method and Description |
---|---|
Pair<SSTableMetadata,java.util.Set<java.lang.Integer>> |
SSTableMetadata.SSTableMetadataSerializer.deserialize(java.io.DataInputStream dis,
Descriptor desc) |
Pair<SSTableMetadata,java.util.Set<java.lang.Integer>> |
SSTableMetadata.SSTableMetadataSerializer.deserialize(Descriptor descriptor)
deserializes the metadata
returns a pair containing the part of the metadata meant to be kept-in memory and the part
that should not.
|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Pair<Token,java.net.InetAddress>> |
TokenMetadata.getMovingEndpoints()
Endpoints which are migrating to the new tokens
|
Modifier and Type | Class and Description |
---|---|
static class |
AntiEntropyService.CFPair
A tuple of table and cf.
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Pair<java.lang.Long,java.lang.Long>> |
PendingFile.sections |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Pair<T,java.lang.Object> |
OptionCodec.decodeOne(org.jboss.netty.buffer.ChannelBuffer body) |
static Pair<DataType,java.lang.Object> |
DataType.fromType(AbstractType type) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static <X,Y> Pair<X,Y> |
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 and Description |
---|
ExpiringMap(long defaultExpiration,
com.google.common.base.Function<Pair<K,ExpiringMap.CacheableObject<V>>,?> postExpireHook) |
Copyright © 2014 The Apache Software Foundation