-
- All Implemented Interfaces:
- Update<byte[]>
public class PutValue
extends Object
implements Update<byte[]>
Represents a normal (full) write to a datastore for in-memory buffering, overwriting the previously stored value.
-
-
Constructor Summary
Constructors
| Constructor and Description |
PutValue(byte[] bytes) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValue
public byte[] getValue()
- Specified by:
getValue in interface Update<byte[]>
-
getBytes
public byte[] getBytes()
- Specified by:
getBytes in interface Update<byte[]>
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.