Uses of Class
com.basho.riak.client.http.response.IndexResponse

Packages that use IndexResponse
com.basho.riak.client.http The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient 
 

Uses of IndexResponse in com.basho.riak.client.http
 

Methods in com.basho.riak.client.http that return IndexResponse
 IndexResponse RiakClient.index(String bucket, String indexName, int value)
          Fetch the keys for index with value
 IndexResponse RiakClient.index(String bucket, String indexName, int start, int end)
          A range index query matching a int index from start to end
 IndexResponse RiakClient.index(String bucket, String indexName, String value)
          Fetch the keys for index with value
 IndexResponse RiakClient.index(String bucket, String indexName, String start, String end)
          A range index query matching a binary index from start to end
 



Copyright © 2012. All Rights Reserved.