Interface Mutation.QualifierOptions

All Superinterfaces:
Mutation.MutationOptions, Mutation.TimestampOptions, Mutation.VisibilityOptions
All Known Subinterfaces:
Mutation.FamilyOptions
Enclosing class:
Mutation

public static interface Mutation.QualifierOptions extends Mutation.VisibilityOptions
Provides methods for setting the column qualifier of a Mutation. The user can provide the qualifier name as a byte array, CharSequence, ByteBuffer, or Text object instance and the backend will do the necessary transformation. All QualifierOptions methods return an instance derived from the VisibilityOptions interface, allowing the methods to be semantically chained.
Since:
2.0.0