com.basho.riak.client.raw.query.indexes
Interface IndexWriter


public interface IndexWriter

Provide IndexQuerys with a way to write themselves. Specifically, it provides a way to pass some output capturing object to the concrete IndexQuery type as each IndexQuery knows best how to 'render' itself. This interface provides a way for objects to adapt themselves to queries

Author:
russell

Method Summary
 void write(String bucket, String index, int value)
           
 void write(String bucket, String index, int from, int to)
           
 void write(String bucket, String index, String value)
           
 void write(String bucket, String index, String from, String to)
           
 

Method Detail

write

void write(String bucket,
           String index,
           String value)
           throws IOException
Throws:
IOException

write

void write(String bucket,
           String index,
           String from,
           String to)
           throws IOException
Throws:
IOException

write

void write(String bucket,
           String index,
           int value)
           throws IOException
Throws:
IOException

write

void write(String bucket,
           String index,
           int from,
           int to)
           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.