Interface RemoteApi
public interface RemoteApi
-
Method Summary
Modifier and TypeMethodDescriptioncreateRecordLoaderChannel(String file, String format, Position start, boolean backward, String hash, String filter, int recordCountLimit, long sizeLimit, Consumer listener) createRecordSearcherChannel(String file, String format, Position start, boolean backward, String hash, String filter, int recordCountLimit, SearchPattern searchPattern, Consumer listener) getFormatAndId(String path)
-
Method Details
-
getFormatAndId
-
createRecordLoaderChannel
-
createRecordSearcherChannel
RecordLoaderChannel createRecordSearcherChannel(String file, String format, Position start, boolean backward, String hash, String filter, int recordCountLimit, SearchPattern searchPattern, Consumer listener)
-