public interface IndexWriter
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 queriesvoid write(String bucket, String index, String value) throws IOException
IOExceptionvoid write(String bucket, String index, String from, String to) throws IOException
IOExceptionvoid write(String bucket, String index, int value) throws IOException
IOExceptionvoid write(String bucket, String index, int from, int to) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.