public static class StreamSession.SSTableStreamingSections
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
estimatedKeys |
Ref<SSTableReader> |
ref |
long |
repairedAt |
java.util.List<Pair<java.lang.Long,java.lang.Long>> |
sections |
Constructor and Description |
---|
SSTableStreamingSections(Ref<SSTableReader> ref,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
long estimatedKeys,
long repairedAt) |
public final Ref<SSTableReader> ref
public final java.util.List<Pair<java.lang.Long,java.lang.Long>> sections
public final long estimatedKeys
public final long repairedAt
public SSTableStreamingSections(Ref<SSTableReader> ref, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections, long estimatedKeys, long repairedAt)
Copyright © 2009- The Apache Software Foundation