|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectschema.WriteOperations.WriteOp<R,E>
abstract class WriteOperations.WriteOp<R,E extends Exception>
Internal class used to perform retries for a write operation.
Constructor Summary | |
---|---|
WriteOperations.WriteOp(long timeout,
TimeUnit timeoutUnit)
Creates the write operation with the requested timeout parameters. |
Method Summary | |
---|---|
(package private) abstract R |
doWrite(long tmOutMS)
Implemented for each write operation. |
(package private) R |
run()
Calls the doWrite method and perform retries when a FaultException is thrown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
WriteOperations.WriteOp(long timeout, TimeUnit timeoutUnit)
Method Detail |
---|
abstract R doWrite(long tmOutMS) throws FaultException, E extends Exception
tmOutMS
- the timeout in milliseconds to use for this attempt
of the write operation.
FaultException
E extends Exception
R run() throws FaultException, E extends Exception
FaultException
E extends Exception
|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |