Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
linenumberstrue
collapsetrue
	ElasticsearchInputSplit[] createInputSplitsInternal(String index, String type, C client, int minNumSplits);

	SearchResponse search(C client, SearchRequest searchRequest) throws IOException;

	SearchResponse scroll(C client, SearchScrollRequest searchScrollRequest) throws IOException;


	void close(C client) throws IOException;

...