public interface StoreFormatter
Modifier and Type | Method and Description |
---|---|
void |
addIndexes()
Add indexes - these are kept upto date for any future additions or deletions of data
|
void |
create()
Create the main tables and all indexes
|
void |
dropIndexes()
Drop indexes for triple/node tables
|
void |
format()
Format the store - create tables but not secondary indexes
|
void |
truncate()
Truncate tables - clearing the store but leaving all indexes inplace
|
void create()
void addIndexes()
void dropIndexes()
void format()
void truncate()
Licenced under the Apache License, Version 2.0