Uses of Interface
com.google.cloud.bigtable.admin.v2.models.Type
Packages that use Type
-
Uses of Type in com.google.cloud.bigtable.admin.v2.models
Subinterfaces of Type in com.google.cloud.bigtable.admin.v2.modelsModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceThese types are marker types that allow types to be used as the input to aggregate function.Classes in com.google.cloud.bigtable.admin.v2.models that implement TypeModifier and TypeClassDescriptionstatic classA value that combines incremental updates into a summarized value.static classRepresents a string of bytes with a specific encoding.static classRepresents a 64-bit integer with a specific encoding.static classMethods in com.google.cloud.bigtable.admin.v2.models that return TypeModifier and TypeMethodDescriptionstatic Typeabstract TypeType.Aggregate.getInputType()ColumnFamily.getValueType()Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type TypeModifier and TypeMethodDescriptionCreateTableRequest.addFamily(String familyId, GCRules.GCRule gcRule, Type valueType) Adds a new columnFamily with aGCRules.GCRuleandTypeto the configuration.Adds a new columnFamily with aTypeto the configuration.ModifyColumnFamiliesRequest.addFamily(String familyId, GCRules.GCRule gcRule, Type valueType) Configures the name andTypeof the newColumnFamilyto be createdstatic Type.AggregateType.Aggregate.create(Type inputType, Type.Aggregate.Aggregator aggregator)