Interface Controlcenter.WindowedClusterGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Controlcenter.WindowedClusterGroup, Controlcenter.WindowedClusterGroup.Builder
Enclosing class:
Controlcenter

public static interface Controlcenter.WindowedClusterGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string clusterId = 2;
    com.google.protobuf.ByteString
    string clusterId = 2;
    string component = 3;
    com.google.protobuf.ByteString
    string component = 3;
    needs to be unique, but not used for mapping to metric types
    com.google.protobuf.ByteString
    needs to be unique, but not used for mapping to metric types
    long
    end of KStream window

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getWindow

      long getWindow()
       end of KStream window
       
      int64 window = 1;
      Returns:
      The window.
    • getClusterId

      String getClusterId()
      string clusterId = 2;
      Returns:
      The clusterId.
    • getClusterIdBytes

      com.google.protobuf.ByteString getClusterIdBytes()
      string clusterId = 2;
      Returns:
      The bytes for clusterId.
    • getComponent

      String getComponent()
      string component = 3;
      Returns:
      The component.
    • getComponentBytes

      com.google.protobuf.ByteString getComponentBytes()
      string component = 3;
      Returns:
      The bytes for component.
    • getMetricName

      String getMetricName()
       needs to be unique, but not used for mapping to metric types
       
      string metricName = 4;
      Returns:
      The metricName.
    • getMetricNameBytes

      com.google.protobuf.ByteString getMetricNameBytes()
       needs to be unique, but not used for mapping to metric types
       
      string metricName = 4;
      Returns:
      The bytes for metricName.