public static class IndexSerializer.IndexUpdate<K,E> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
TitanElement |
getElement() |
E |
getEntry() |
IndexType |
getIndex() |
K |
getKey() |
com.thinkaurelius.titan.graphdb.database.IndexSerializer.IndexUpdate.Type |
getType() |
int |
hashCode() |
boolean |
isAddition() |
boolean |
isCompositeIndex() |
boolean |
isDeletion() |
boolean |
isMixedIndex() |
void |
setTTL(int ttl) |
public TitanElement getElement()
public IndexType getIndex()
public com.thinkaurelius.titan.graphdb.database.IndexSerializer.IndexUpdate.Type getType()
public K getKey()
public E getEntry()
public boolean isAddition()
public boolean isDeletion()
public boolean isCompositeIndex()
public boolean isMixedIndex()
public void setTTL(int ttl)
Copyright © 2012–2015. All rights reserved.