default CollectionInstruction |
CollectionInstruction.addField(String fieldName) |
|
default CollectionInstruction |
CollectionInstruction.addField(String fieldName,
Object defaultValue) |
Adds an instruction to add new field with a default value, into the documents of
a NitriteCollection.
|
default CollectionInstruction |
CollectionInstruction.addField(String fieldName,
Generator<?> generator) |
Adds an instruction to add new field with value generator, into the document of
a NitriteCollection.
|
default CollectionInstruction |
CollectionInstruction.createIndex(String indexType,
String... fieldNames) |
|
default CollectionInstruction |
CollectionInstruction.deleteField(String fieldName) |
|
default CollectionInstruction |
CollectionInstruction.dropAllIndices() |
|
default CollectionInstruction |
CollectionInstruction.dropIndex(String... indexedFieldNames) |
|
CollectionInstruction |
InstructionSet.forCollection(String collectionName) |
|
default CollectionInstruction |
CollectionInstruction.rename(String name) |
|
default CollectionInstruction |
CollectionInstruction.renameField(String oldName,
String newName) |
|