Uses of Class
dev.vality.machinegun.base.BoundType
| Package | Description |
|---|---|
| dev.vality.machinegun.base |
-
Uses of BoundType in dev.vality.machinegun.base
Fields in dev.vality.machinegun.base declared as BoundType Modifier and Type Field Description BoundTypeTimestampIntervalBound. bound_typeMethods in dev.vality.machinegun.base that return BoundType Modifier and Type Method Description static BoundTypeBoundType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.BoundTypeTimestampIntervalBound. getBoundType()static BoundTypeBoundType. valueOf(String name)Returns the enum constant of this type with the specified name.static BoundType[]BoundType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.machinegun.base with parameters of type BoundType Modifier and Type Method Description TimestampIntervalBoundTimestampIntervalBound. setBoundType(BoundType bound_type)Constructors in dev.vality.machinegun.base with parameters of type BoundType Constructor Description TimestampIntervalBound(BoundType bound_type, String bound_time)