public final class VertexProgramHelper extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
deserialize(Configuration configuration,
String key) |
static boolean |
isTransientVertexComputeKey(String key,
Set<VertexComputeKey> vertexComputeKeySet) |
static void |
legalConfigurationKeyValueArray(Object... configurationKeyValues) |
static <S,E> Traversal.Admin<S,E> |
reverse(Traversal.Admin<S,E> traversal) |
static void |
serialize(Object object,
Configuration configuration,
String key) |
static String[] |
vertexComputeKeysAsArray(Set<VertexComputeKey> vertexComputeKeySet) |
static Set<String> |
vertexComputeKeysAsSet(Set<VertexComputeKey> vertexComputeKeySet) |
public static Set<String> vertexComputeKeysAsSet(Set<VertexComputeKey> vertexComputeKeySet)
public static boolean isTransientVertexComputeKey(String key, Set<VertexComputeKey> vertexComputeKeySet)
public static String[] vertexComputeKeysAsArray(Set<VertexComputeKey> vertexComputeKeySet)
public static <T> T deserialize(Configuration configuration, String key)
public static <S,E> Traversal.Admin<S,E> reverse(Traversal.Admin<S,E> traversal)
public static void legalConfigurationKeyValueArray(Object... configurationKeyValues) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.