| Package | Description |
|---|---|
| com.mware.ge.store | |
| com.mware.ge.store.kv | |
| com.mware.ge.store.mutations |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStorableGraph.addMutations(Element element,
StoreMutation... mutations) |
protected abstract void |
AbstractStorableGraph.addMutations(GeObjectType objectType,
StoreMutation... mutations) |
protected abstract void |
DistributedMetadataStore.delete(StoreMutation m) |
protected abstract void |
DistributedMetadataStore.write(StoreMutation m) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KVStoreGraph.addMutations(GeObjectType objectType,
StoreMutation... mutations) |
static ByteBuffer |
KVKeyUtils.keyFromMutation(StoreMutation m,
byte[] cf,
byte[] cq,
byte[] vis) |
| Modifier and Type | Method and Description |
|---|---|
StoreMutation |
ElementMutationBuilder.getDeleteRowMutation(String rowKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMutationBuilder.addPropertyDeleteMetadataToMutation(StoreMutation m,
PropertyDeleteMutation propertyDeleteMutation) |
void |
ElementMutationBuilder.addPropertyDeleteToMutation(StoreMutation m,
Property property) |
void |
ElementMutationBuilder.addPropertyDeleteToMutation(StoreMutation m,
PropertyDeleteMutation propertyDelete) |
void |
ElementMutationBuilder.addPropertyMetadataItemToMutation(StoreMutation m,
Property property,
String metadataKey,
Object metadataValue,
Visibility visibility) |
void |
ElementMutationBuilder.addPropertyMetadataToMutation(StoreMutation m,
Property property) |
void |
ElementMutationBuilder.addPropertySoftDeleteToMutation(StoreMutation m,
Property property) |
void |
ElementMutationBuilder.addPropertySoftDeleteToMutation(StoreMutation m,
PropertySoftDeleteMutation propertySoftDelete) |
void |
ElementMutationBuilder.addPropertyToMutation(StorableGraph graph,
StoreMutation m,
String rowKey,
Property property) |
boolean |
ElementMutationBuilder.alterEdgeVertexInVertex(StoreMutation vertexInMutation,
Edge edge,
Visibility newVisibility) |
boolean |
ElementMutationBuilder.alterEdgeVertexOutVertex(StoreMutation vertexOutMutation,
Edge edge,
Visibility newVisibility) |
boolean |
ElementMutationBuilder.alterElementVisibility(StoreMutation m,
StorableElement element,
Visibility newVisibility) |
abstract void |
ElementMutationBuilder.saveDataMutation(StoreMutation dataMutation) |
protected abstract void |
ElementMutationBuilder.saveEdgeMutation(StoreMutation m) |
protected abstract void |
ElementMutationBuilder.saveExtendedDataMutation(ElementType elementType,
StoreMutation m) |
protected abstract void |
ElementMutationBuilder.saveVertexMutation(StoreMutation m) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.