| Package | Description |
|---|---|
| org.visallo.core.ingest.graphProperty | |
| org.visallo.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
ElementOrPropertyStatus |
GraphPropertyWorkData.getPropertyStatus() |
ElementOrPropertyStatus |
GraphPropertyMessage.getStatus() |
static ElementOrPropertyStatus |
ElementOrPropertyStatus.getStatus(VisalloPropertyUpdate propertyUpdate) |
static ElementOrPropertyStatus |
ElementOrPropertyStatus.safeParse(String status) |
static ElementOrPropertyStatus |
ElementOrPropertyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementOrPropertyStatus[] |
ElementOrPropertyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GraphPropertyWorkData(VisibilityTranslator visibilityTranslator,
org.vertexium.Element element,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority,
long beforeActionTimestamp,
ElementOrPropertyStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
org.vertexium.Property property,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
FlushFlag flushFlag) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeDeleteTimestamp,
FlushFlag flushFlag) |
void |
WorkQueueRepository.pushMultipleGraphPropertyQueue(Iterable<? extends org.vertexium.Element> elements,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
FlushFlag flushFlag) |
Copyright © 2013–2017 V5 Analytics. All rights reserved.