Interface FaultDetectorSrv.Iface

All Known Implementing Classes:
FaultDetectorSrv.Client
Enclosing class:
FaultDetectorSrv

public static interface FaultDetectorSrv.Iface
  • Method Details

    • initService

      void initService​(String service_id, ServiceConfig service_config) throws org.apache.thrift.TException
      Инициализация параметров сервиса
      Parameters:
      service_id -
      service_config -
      Throws:
      org.apache.thrift.TException
    • getStatistics

      List<ServiceStatistics> getStatistics​(List<String> services) throws org.apache.thrift.TException
      Получение статистики по сервисам
      Parameters:
      services -
      Throws:
      org.apache.thrift.TException
    • registerOperation

      void registerOperation​(String service_id, Operation operation, ServiceConfig service_config) throws ServiceNotFoundException, org.apache.thrift.TException
      Регистрация операции сервиса *
      Parameters:
      service_id -
      operation -
      service_config -
      Throws:
      ServiceNotFoundException
      org.apache.thrift.TException