Class VertexComputeKey
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class VertexComputeKey extends Object implements Serializable
AVertexComputeKeyspecifies a property of a vertex that will be used to storeGraphComputerdata. If the VertexComputeKey is specified as transient, it will be dropped from the vertex prior to returning theComputerResultgraph.- Author:
 - Marko A. Rodriguez (http://markorodriguez.com)
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetKey()inthashCode()booleanisTransient()static VertexComputeKeyof(String key, boolean isTransient) 
 - 
 
- 
- 
Method Detail
- 
getKey
public String getKey()
 
- 
isTransient
public boolean isTransient()
 
- 
of
public static VertexComputeKey of(String key, boolean isTransient)
 
 - 
 
 -