protected class HadoopPipeline.State extends Object
| Type | Property and Description |
|---|---|
com.tinkerpop.pipes.util.structures.Pair<String,Class<? extends org.apache.hadoop.io.WritableComparable>> |
pop |
| Modifier | Constructor and Description |
|---|---|
protected |
State() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(String name) |
void |
assertAtEdge() |
void |
assertAtVertex() |
void |
assertNoProperty() |
void |
assertNotLocked() |
boolean |
atVertex() |
Class<? extends com.tinkerpop.blueprints.Element> |
getElementType() |
int |
getStep() |
int |
getStep(String name) |
int |
incrStep() |
boolean |
isLocked() |
void |
lock() |
com.tinkerpop.pipes.util.structures.Pair<String,Class<? extends org.apache.hadoop.io.WritableComparable>> |
popProperty() |
HadoopPipeline.State |
set(Class<? extends com.tinkerpop.blueprints.Element> elementType) |
HadoopPipeline.State |
setProperty(String key,
Class type) |
public HadoopPipeline.State set(Class<? extends com.tinkerpop.blueprints.Element> elementType)
public Class<? extends com.tinkerpop.blueprints.Element> getElementType()
public boolean atVertex()
public HadoopPipeline.State setProperty(String key, Class type)
public com.tinkerpop.pipes.util.structures.Pair<String,Class<? extends org.apache.hadoop.io.WritableComparable>> popProperty()
public int incrStep()
public int getStep()
public void assertNotLocked()
public void assertNoProperty()
public void assertAtVertex()
public void assertAtEdge()
public boolean isLocked()
public void lock()
public void addStep(String name)
public int getStep(String name)
Copyright © 2012–2016. All rights reserved.