org.apache.cassandra.streaming
Class PendingFile
java.lang.Object
org.apache.cassandra.streaming.PendingFile
public class PendingFile
- extends java.lang.Object
Represents portions of a file to be streamed between nodes.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
desc
public final Descriptor desc
component
public final java.lang.String component
sections
public final java.util.List<Pair<java.lang.Long,java.lang.Long>> sections
size
public final long size
progress
public long progress
PendingFile
public PendingFile(Descriptor desc,
PendingFile pf)
PendingFile
public PendingFile(SSTable sstable,
Descriptor desc,
java.lang.String component,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections)
serializer
public static PendingFile.PendingFileSerializer serializer()
getFilename
public java.lang.String getFilename()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010 The Apache Software Foundation