Uses of Class
prometheus.Types.ReadHints.Builder
Packages that use Types.ReadHints.Builder
-
Uses of Types.ReadHints.Builder in prometheus
Methods in prometheus that return Types.ReadHints.BuilderModifier and TypeMethodDescriptionTypes.ReadHints.Builder.addAllGrouping(Iterable<String> values) List of label names used in aggregation.Types.ReadHints.Builder.addGrouping(String value) List of label names used in aggregation.Types.ReadHints.Builder.addGroupingBytes(com.google.protobuf.ByteString value) List of label names used in aggregation.Types.ReadHints.Builder.clear()Types.ReadHints.Builder.clearBy()Indicate whether it is without or by.Types.ReadHints.Builder.clearEndMs()End time in milliseconds.Types.ReadHints.Builder.clearFunc()String representation of surrounding function or aggregation.Types.ReadHints.Builder.clearGrouping()List of label names used in aggregation.Types.ReadHints.Builder.clearRangeMs()Range vector selector range in milliseconds.Types.ReadHints.Builder.clearStartMs()Start time in milliseconds.Types.ReadHints.Builder.clearStepMs()Query step size in milliseconds.Remote.Query.Builder.getHintsBuilder().prometheus.ReadHints hints = 4;Types.ReadHints.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Types.ReadHints.Builder.mergeFrom(com.google.protobuf.Message other) Types.ReadHints.Builder.mergeFrom(Types.ReadHints other) static Types.ReadHints.BuilderTypes.ReadHints.newBuilder()static Types.ReadHints.BuilderTypes.ReadHints.newBuilder(Types.ReadHints prototype) Types.ReadHints.newBuilderForType()protected Types.ReadHints.BuilderTypes.ReadHints.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Types.ReadHints.Builder.setBy(boolean value) Indicate whether it is without or by.Types.ReadHints.Builder.setEndMs(long value) End time in milliseconds.String representation of surrounding function or aggregation.Types.ReadHints.Builder.setFuncBytes(com.google.protobuf.ByteString value) String representation of surrounding function or aggregation.Types.ReadHints.Builder.setGrouping(int index, String value) List of label names used in aggregation.Types.ReadHints.Builder.setRangeMs(long value) Range vector selector range in milliseconds.Types.ReadHints.Builder.setStartMs(long value) Start time in milliseconds.Types.ReadHints.Builder.setStepMs(long value) Query step size in milliseconds.Types.ReadHints.toBuilder()Methods in prometheus with parameters of type Types.ReadHints.BuilderModifier and TypeMethodDescriptionRemote.Query.Builder.setHints(Types.ReadHints.Builder builderForValue) .prometheus.ReadHints hints = 4;