| Package | Description |
|---|---|
| org.visallo.core.model | |
| org.visallo.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
static FlushFlag |
FlushFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlushFlag[] |
FlushFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority,
FlushFlag flushFlag) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String workspaceId,
String visibilitySource,
Priority priority,
FlushFlag flushFlag) |
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) |
abstract void |
WorkQueueRepository.pushOnQueue(String queueName,
FlushFlag flushFlag,
org.json.JSONObject json,
Priority priority) |
void |
WorkQueueRepository.pushVertexIds(Iterable<String> vertexIds,
Priority priority,
FlushFlag flushFlag) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.