public class OracleGraphUpdateWorker<T extends org.apache.tinkerpop.gremlin.structure.Element>
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
OracleGraphUpdateWorker(java.util.Iterator<T> it,
int idx,
OpCallback<T> oc,
OpCallback.UpdateType updateType,
ProgressListener pl)
Constructor of OracleGraphUpdateWorker
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of this Runnable
|
void |
run() |
void |
updateAttribute(T element) |
public OracleGraphUpdateWorker(java.util.Iterator<T> it, int idx, OpCallback<T> oc, OpCallback.UpdateType updateType, ProgressListener pl)
it - iterator to be readidx - identifier of threadsoc - the OpCallback to follow during update.updateType - the action to execute over the vertices' properties (ADD, DELETE)public java.lang.String getName()
public void run()
run in interface java.lang.Runnablepublic void updateAttribute(T element)
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.