public abstract class EdgeCollection extends GraphEntityCollection<PgxEdge,java.lang.Long> implements oracle.pgx.common.IdentifiableEdgeCollection
Modifier and Type | Method and Description |
---|---|
void |
addAllById(java.lang.Long... ids)
Replaces
#addAll(Object[]) . |
IdType |
getIdType()
Gets the ID type of the element type.
|
void |
removeAllById(java.lang.Long... ids)
Replaces
#removeAll(Object[]) . |
addAll, addAllById, addAllByIdAsync, addAllElementsAsync, containsAsync, removeAllById, removeAllByIdAsync, removeAllElementsAsync
add, addAllAsync, addAllElements, clear, clearAsync, clone, clone, cloneAsync, cloneAsync, contains, destroyAsync, getCollectionType, getContentType, getGraph, getId, getName, isMutable, isMutableAsync, iterator, iteratorAsync, remove, removeAllElements, size, sizeAsync, stream, toMutable, toMutable, toMutableAsync, toMutableAsync, toString
equals, hashCode
close, destroy
public void addAllById(java.lang.Long... ids) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
GraphEntityCollection
#addAll(Object[])
.addAllById
in class GraphEntityCollection<PgxEdge,java.lang.Long>
ids
- elements to addjava.util.concurrent.ExecutionException
java.lang.InterruptedException
public IdType getIdType()
PgxCollection
getIdType
in class PgxCollection<PgxEdge,java.lang.Long>
public void removeAllById(java.lang.Long... ids) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
GraphEntityCollection
#removeAll(Object[])
.removeAllById
in class GraphEntityCollection<PgxEdge,java.lang.Long>
ids
- elements to removejava.util.concurrent.ExecutionException
java.lang.InterruptedException