| Package | Description |
|---|---|
| com.mware.ge.inmemory | |
| com.mware.ge.inmemory.mutations |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Mutation> |
InMemoryTableElement.findFirstMutation(Class<T> clazz) |
<T extends Mutation> |
InMemoryTableElement.findLastMutation(Class<T> clazz) |
protected <T extends Mutation> |
InMemoryTableElement.findMutations(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Mutation> |
InMemoryTableElement.getFilteredMutations(boolean includeHidden,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryTableElement.addAll(Mutation... newMutations) |
void |
InMemoryTable.append(String id,
Mutation... newMutations) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddPropertyMetadataMutation |
class |
AddPropertyValueMutation |
class |
AlterConceptTypeMutation |
class |
AlterEdgeLabelMutation |
class |
AlterVisibilityMutation |
class |
EdgeSetupMutation |
class |
ElementTimestampMutation |
class |
MarkHiddenMutation |
class |
MarkPropertyHiddenMutation |
class |
MarkPropertyVisibleMutation |
class |
MarkVisibleMutation |
class |
PropertyMutation |
class |
SoftDeleteMutation |
class |
SoftDeletePropertyMutation |
| Modifier and Type | Method and Description |
|---|---|
int |
Mutation.compareTo(Mutation o) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.