public class GraphAttributes
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphAttributes.AttrKey<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAttribute(GraphAttributes.AttrKey<T> inName) |
<T> T |
getAttribute(GraphAttributes.AttrKey<T> inName,
T inDefault) |
java.util.List<GraphAttributes.AttrKey<?>> |
getAttributeNames() |
<T> void |
setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue) |
<T> void |
setAttribute(GraphAttributes.AttrKey<T> inName,
T inValue,
long inExpire) |
public java.util.List<GraphAttributes.AttrKey<?>> getAttributeNames()
public <T> T getAttribute(GraphAttributes.AttrKey<T> inName)
public <T> T getAttribute(GraphAttributes.AttrKey<T> inName, T inDefault)
public <T> void setAttribute(GraphAttributes.AttrKey<T> inName, T inValue)
public <T> void setAttribute(GraphAttributes.AttrKey<T> inName, T inValue, long inExpire)