Class FunctionRestoreCommand

    • Constructor Detail

      • FunctionRestoreCommand

        public FunctionRestoreCommand()
      • FunctionRestoreCommand

        public FunctionRestoreCommand​(byte[] serializedValue,
                                      boolean replace,
                                      boolean flush,
                                      boolean append)
    • Method Detail

      • getSerializedValue

        public byte[] getSerializedValue()
      • setSerializedValue

        public void setSerializedValue​(byte[] serializedValue)
      • isReplace

        public boolean isReplace()
      • setReplace

        public void setReplace​(boolean replace)
      • isFlush

        public boolean isFlush()
      • setFlush

        public void setFlush​(boolean flush)
      • isAppend

        public boolean isAppend()
      • setAppend

        public void setAppend​(boolean append)