com.lordofthejars.nosqlunit.demo.elasticsearch
public class BookManager extends Object
BookManager(org.elasticsearch.client.Client client)
void
create(Book book)
Book
findBookById(String id)
List<Book>
searchAllBooks()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BookManager(org.elasticsearch.client.Client client)
public void create(Book book)
public Book findBookById(String id)
public List<Book> searchAllBooks()
Copyright © 2014. All Rights Reserved.