Package com.basho.riak.client.api.commands.mapreduce

Examples of com.basho.riak.client.api.commands.mapreduce.SearchInput


  }

  @Test
  public void testSearchInputSerializer() throws IOException
  {
    SearchInput input = new SearchInput("index", "query");

    jg.writeObject(input);

    assertEquals("{\"module\":\"yokozuna\",\"function\":\"mapred_search\",\"arg\":[\"index\",\"query\"]}", out.toString());
View Full Code Here

TOP

Related Classes of com.basho.riak.client.api.commands.mapreduce.SearchInput

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.