クラス 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)
  • フィールド詳細

  • コンストラクタの詳細

  • メソッドの詳細

    • getFutureQueue

      public FutureQueue<V> getFutureQueue()
    • getMessagePaths

      public Collection<MessagePath> 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