DataStructureWriteOperation
, WriteOperation
public class WriteOperationBase
extends java.lang.Object
Constructor | Description |
---|---|
WriteOperationBase() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getKey() |
Gets the key on which operation has been performed.
|
int |
getMethodOverlaod() |
Specifies which overload of the operation has to be performed.
|
int |
getRetryCount() |
Specifies number of retries in case of data source operation failure.
|
void |
setKey(java.lang.String value) |
Sets the key on which operation has been performed.
|
void |
setMethodOverlaod(int value) |
Specifies which overload of the operation has to be performed.
|
public final java.lang.String getKey()
public final void setKey(java.lang.String value)
value
- The key as string.public final int getRetryCount()
public final int getMethodOverlaod()
public final void setMethodOverlaod(int value)
value
- The method overload as int.