Package org.apache.accumulo.core.data
Interface Mutation.MutationOptions
- All Known Subinterfaces:
Mutation.FamilyOptions
,Mutation.QualifierOptions
,Mutation.TimestampOptions
,Mutation.VisibilityOptions
- Enclosing class:
- Mutation
public static interface Mutation.MutationOptions
Provides methods for setting the value of a Mutation. The user can provide the value as a byte
array, Value, or ByteBuffer object instance and the backend will do the necessary
transformation.
All MutationOptions methods complete a fluent Mutation API method chain.
- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
put
-
put
-
put
-
put
-
put
-
delete
Mutation delete()
-