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 TypeMethodDescriptionstring clusterId = 2;com.google.protobuf.ByteStringstring clusterId = 2;string component = 3;com.google.protobuf.ByteStringstring component = 3;needs to be unique, but not used for mapping to metric typescom.google.protobuf.ByteStringneeds to be unique, but not used for mapping to metric typeslongend of KStream windowMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-