public abstract class FmtLayout2 extends StoreFormatterBase
Constructor and Description |
---|
FmtLayout2(SDBConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
addIndexes()
Add indexes - these are kept upto date for any future additions or deletions of data
|
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
|
create
public FmtLayout2(SDBConnection connection)
public void format()
StoreFormatter
public void truncate()
StoreFormatter
public void addIndexes()
StoreFormatter
public void dropIndexes()
StoreFormatter
Licenced under the Apache License, Version 2.0