Package io.pravega.client.tables
Class Insert
- java.lang.Object
-
- io.pravega.client.tables.TableModification
-
- io.pravega.client.tables.TableEntryUpdate
-
- io.pravega.client.tables.Insert
-
public final class Insert extends TableEntryUpdate
Represents an Insertion of aTableKey(with a value) into aKeyValueTable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersiongetVersion()Gets aVersionthat may condition the modification.java.lang.StringtoString()-
Methods inherited from class io.pravega.client.tables.TableEntryUpdate
getValue, isRemoval
-
Methods inherited from class io.pravega.client.tables.TableModification
getKey
-
-
-
-
Method Detail
-
getVersion
public Version getVersion()
Description copied from class:TableModificationGets aVersionthat may condition the modification. SeeKeyValueTablefor details on conditional updates.- Specified by:
getVersionin classTableModification- Returns:
- The
Version.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-