Class WriteOperationBase

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WriteOperationBase

        public WriteOperationBase()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Gets the key on which operation has been performed.
        Returns:
        The key as string.
      • setKey

        public void setKey​(java.lang.String value)
        Sets the key on which operation has been performed.
        Parameters:
        value - The key as string.
      • getRetryCount

        public final int getRetryCount()
        Specifies number of retries in case of data source operation failure.
        Returns:
        The number of retries.
      • getMethodOverlaod

        public final int getMethodOverlaod()
        Specifies which overload of the operation has to be performed.
        Returns:
        The method overload as int.
      • setMethodOverlaod

        public final void setMethodOverlaod​(int value)
        Specifies which overload of the operation has to be performed.
        Parameters:
        value - The method overload as int.