Interface ClusterManager.OutlierDetectionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventLogPath()
      Specifies the path to the outlier event log.
      com.google.protobuf.ByteString getEventLogPathBytes()
      Specifies the path to the outlier event log.
      EventServiceConfig getEventService()
      [#not-implemented-hide:] The gRPC service for the outlier detection event service.
      EventServiceConfigOrBuilder getEventServiceOrBuilder()
      [#not-implemented-hide:] The gRPC service for the outlier detection event service.
      boolean hasEventService()
      [#not-implemented-hide:] The gRPC service for the outlier detection event service.
      • 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 Detail

      • getEventLogPath

        java.lang.String getEventLogPath()
         Specifies the path to the outlier event log.
         
        string event_log_path = 1;
        Returns:
        The eventLogPath.
      • getEventLogPathBytes

        com.google.protobuf.ByteString getEventLogPathBytes()
         Specifies the path to the outlier event log.
         
        string event_log_path = 1;
        Returns:
        The bytes for eventLogPath.
      • hasEventService

        boolean hasEventService()
         [#not-implemented-hide:]
         The gRPC service for the outlier detection event service.
         If empty, outlier detection events won't be sent to a remote endpoint.
         
        .envoy.config.core.v3.EventServiceConfig event_service = 2;
        Returns:
        Whether the eventService field is set.
      • getEventService

        EventServiceConfig getEventService()
         [#not-implemented-hide:]
         The gRPC service for the outlier detection event service.
         If empty, outlier detection events won't be sent to a remote endpoint.
         
        .envoy.config.core.v3.EventServiceConfig event_service = 2;
        Returns:
        The eventService.
      • getEventServiceOrBuilder

        EventServiceConfigOrBuilder getEventServiceOrBuilder()
         [#not-implemented-hide:]
         The gRPC service for the outlier detection event service.
         If empty, outlier detection events won't be sent to a remote endpoint.
         
        .envoy.config.core.v3.EventServiceConfig event_service = 2;