Interface ClusterManager.OutlierDetectionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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

        String getEventLogPath()
         Specifies the path to the outlier event log.
         
        string event_log_path = 1;
      • getEventLogPathBytes

        com.google.protobuf.ByteString getEventLogPathBytes()
         Specifies the path to the outlier event log.
         
        string event_log_path = 1;
      • 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;
      • 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;
      • 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;