Uses of Interface
org.apache.accumulo.core.data.Mutation.MutationOptions
-
Packages that use Mutation.MutationOptions Package Description org.apache.accumulo.core.data -
-
Uses of Mutation.MutationOptions in org.apache.accumulo.core.data
Subinterfaces of Mutation.MutationOptions in org.apache.accumulo.core.data Modifier and Type Interface Description static interfaceMutation.FamilyOptionsProvides methods for setting the column family of a Mutation.static interfaceMutation.QualifierOptionsProvides methods for setting the column qualifier of a Mutation.static interfaceMutation.TimestampOptionsProvides methods for setting the timestamp of a Mutation.static interfaceMutation.VisibilityOptionsProvides methods for setting the column visibility of a Mutation.Methods in org.apache.accumulo.core.data that return Mutation.MutationOptions Modifier and Type Method Description Mutation.MutationOptionsMutation.TimestampOptions. timestamp(long ts)
-