クラス RQResults<V>
java.lang.Object
org.piax.gtrans.ov.ring.rq.RQResults<V>
- 型パラメータ:
V- a type for range query results.
public class RQResults<V> extends Object
a class for accessing the details of a range query result.
See
RQManager.scalableRangeQueryPro(Collection, Object, TransOptions)-
フィールドの概要
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプ メソッド 説明 FutureQueue<V>getFutureQueue()intgetMaxPathLength()returns max path length, which equals to the max hops from the root node to leaf nodes.intgetMessageCount()returns number of messages for scattering the query message.Collection<MessagePath>getMessagePaths()returns message paths from the root node to leaf nodes.
-
フィールド詳細
-
コンストラクタの詳細
-
メソッドの詳細
-
getFutureQueue
-
getMessagePaths
returns message paths from the root node to leaf nodes.- 戻り値:
- message paths
-
getMaxPathLength
public int getMaxPathLength()returns max path length, which equals to the max hops from the root node to leaf nodes.- 戻り値:
- max path length
-
getMessageCount
public int getMessageCount()returns number of messages for scattering the query message.- 戻り値:
- number of messages
-