public class VertexIDAssigner extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<String> |
PLACEMENT_STRATEGY |
| Constructor and Description |
|---|
VertexIDAssigner(Configuration config,
IDAuthority idAuthority,
StoreFeatures idAuthFeatures) |
| Modifier and Type | Method and Description |
|---|---|
void |
assignID(InternalRelation relation) |
void |
assignID(InternalVertex vertex,
VertexLabel label) |
void |
assignIDs(Iterable<InternalRelation> addedRelations) |
void |
close() |
IDManager |
getIDManager() |
public static final ConfigOption<String> PLACEMENT_STRATEGY
public VertexIDAssigner(Configuration config, IDAuthority idAuthority, StoreFeatures idAuthFeatures)
public IDManager getIDManager()
public void close()
close in interface AutoCloseablepublic void assignID(InternalRelation relation)
public void assignID(InternalVertex vertex, VertexLabel label)
public void assignIDs(Iterable<InternalRelation> addedRelations)
Copyright © 2012–2015. All rights reserved.