V - a type for range query results.public class RQResults<V> extends Object
RQManager.scalableRangeQueryPro(Collection, Object, TransOptions)| 修飾子とタイプ | メソッドと説明 |
|---|---|
FutureQueue<V> |
getFutureQueue() |
int |
getMaxPathLength()
returns max path length, which equals to the max hops from the root
node to leaf nodes.
|
int |
getMessageCount()
returns number of messages for scattering the query message.
|
Collection<MessagePath> |
getMessagePaths()
returns message paths from the root node to leaf nodes.
|
protected final RQReturn rqRet
public RQResults(RQReturn rqRet)
public RQResults()
public FutureQueue<V> getFutureQueue()
public Collection<MessagePath> getMessagePaths()
public int getMaxPathLength()
public int getMessageCount()
Copyright © 2017. All rights reserved.