All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addPropertyDeleteMetadataToMutation(StoreMutation m,
PropertyDeleteMutation propertyDeleteMutation) |
void |
addPropertyDeleteToMutation(StoreMutation m,
Property property) |
void |
addPropertyDeleteToMutation(StoreMutation m,
PropertyDeleteMutation propertyDelete) |
void |
addPropertyMetadataItemToMutation(StoreMutation m,
Property property,
String metadataKey,
Object metadataValue,
Visibility visibility) |
void |
addPropertyMetadataToMutation(StoreMutation m,
Property property) |
void |
addPropertySoftDeleteToMutation(StoreMutation m,
Property property) |
void |
addPropertySoftDeleteToMutation(StoreMutation m,
PropertySoftDeleteMutation propertySoftDelete) |
void |
addPropertyToMutation(StorableGraph graph,
StoreMutation m,
String rowKey,
Property property) |
void |
alterEdgeLabel(Edge edge,
String newEdgeLabel) |
boolean |
alterEdgeVertexInVertex(StoreMutation vertexInMutation,
Edge edge,
Visibility newVisibility) |
boolean |
alterEdgeVertexOutVertex(StoreMutation vertexOutMutation,
Edge edge,
Visibility newVisibility) |
boolean |
alterElementVisibility(StoreMutation m,
StorableElement element,
Visibility newVisibility) |
void |
alterVertexConceptType(Vertex vertex,
String newConceptType) |
StoreMutation |
getDeleteRowMutation(String rowKey) |
protected abstract NameSubstitutionStrategy |
getNameSubstitutionStrategy() |
abstract void |
saveDataMutation(StoreMutation dataMutation) |
void |
saveEdgeBuilder(StorableGraph graph,
EdgeBuilderBase edgeBuilder,
long timestamp) |
protected abstract void |
saveEdgeMutation(StoreMutation m) |
void |
saveExtendedData(StorableGraph graph,
String elementId,
ElementType elementType,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes) |
void |
saveExtendedDataMarkers(String elementId,
ElementType elementType,
Iterable<ExtendedDataMutation> extendedData) |
protected abstract void |
saveExtendedDataMutation(ElementType elementType,
StoreMutation m) |
protected StreamingPropertyValueRef |
saveStreamingPropertyValue(String rowKey,
Property property,
StreamingPropertyValue propertyValue) |
void |
saveVertexBuilder(StorableGraph graph,
VertexBuilder vertexBuilder,
long timestamp) |
protected abstract void |
saveVertexMutation(StoreMutation m) |
static ColumnVisibility |
visibilityToColumnVisibility(Visibility visibility) |