Interface Mutation.FamilyOptions

All Superinterfaces:
Mutation.MutationOptions, Mutation.QualifierOptions, Mutation.TimestampOptions, Mutation.VisibilityOptions
Enclosing class:
Mutation

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