public class PendingFile
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PendingFile.PendingFileSerializer |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
component |
CompressionInfo |
compressionInfo
compression information.
|
Descriptor |
desc |
long |
estimatedKeys
estimated number of keys to transfer
|
long |
progress |
java.util.List<Pair<java.lang.Long,java.lang.Long>> |
sections |
static PendingFile.PendingFileSerializer |
serializer |
long |
size
total length of data to transfer
|
SSTableReader |
sstable |
OperationType |
type |
Constructor and Description |
---|
PendingFile(Descriptor desc,
PendingFile pf) |
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 |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFilename() |
int |
hashCode() |
java.lang.String |
toString() |
public static final PendingFile.PendingFileSerializer serializer
public final SSTableReader sstable
public final Descriptor desc
public final java.lang.String component
public final java.util.List<Pair<java.lang.Long,java.lang.Long>> sections
public final OperationType type
public final long size
public final long estimatedKeys
public final CompressionInfo compressionInfo
public long progress
public PendingFile(Descriptor desc, PendingFile pf)
public PendingFile(SSTableReader sstable, Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections, OperationType type)
public 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)
public java.lang.String getFilename()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 The Apache Software Foundation