public class StreamFromOptions
extends java.lang.Object
Constructor and Description |
---|
StreamFromOptions(DifferenceHolder differences,
Range<Token> range) |
Modifier and Type | Method and Description |
---|---|
void |
add(InetAddressAndPort streamFromNode)
Add new node to the stream options
If we have no difference between the new node and a currently tracked on, we know they are matching over the
range we are tracking, then just add it to the set with the identical remote nodes.
|
java.lang.Iterable<java.util.Set<InetAddressAndPort>> |
allStreams() |
StreamFromOptions |
copy(Range<Token> withRange) |
java.lang.String |
toString() |
public StreamFromOptions(DifferenceHolder differences, Range<Token> range)
public void add(InetAddressAndPort streamFromNode)
public StreamFromOptions copy(Range<Token> withRange)
public java.lang.Iterable<java.util.Set<InetAddressAndPort>> allStreams()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2021 The Apache Software Foundation