Interface JsonIndexCreator
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface JsonIndexCreator extends Closeable
Index creator for json index.
-
-
Field Summary
Fields Modifier and Type Field Description static charKEY_VALUE_SEPARATOR
-
-
-
Field Detail
-
KEY_VALUE_SEPARATOR
static final char KEY_VALUE_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
add
void add(String jsonString) throws IOException
Adds the next json value.- Throws:
IOException
-
seal
void seal() throws IOException
Seals the index and flushes it to disk.- Throws:
IOException
-
-