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 |
isDeletion() |
boolean |
isExternalIndex() |
boolean |
isInternalIndex() |
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 isInternalIndex()
public boolean isExternalIndex()
Copyright © 2012–2014. All rights reserved.