Serialized Form
-
Package dev.vality.damsel.fault_detector
-
Class dev.vality.damsel.fault_detector.Error extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
time_end
String time_end
-
-
-
Class dev.vality.damsel.fault_detector.FaultDetectorSrv.GetStatistics_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.fault_detector.FaultDetectorSrv.GetStatistics_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
List<ServiceStatistics> success
-
-
-
Class dev.vality.damsel.fault_detector.FaultDetectorSrv.InitService_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
service_config
ServiceConfig service_config
-
service_id
String service_id
-
-
-
Class dev.vality.damsel.fault_detector.FaultDetectorSrv.InitService_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.fault_detector.FaultDetectorSrv.RegisterOperation_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
operation
Operation operation
-
service_config
ServiceConfig service_config
-
service_id
String service_id
-
-
-
Class dev.vality.damsel.fault_detector.FaultDetectorSrv.RegisterOperation_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ServiceNotFoundException ex1
-
-
-
Class dev.vality.damsel.fault_detector.Finish extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
time_end
String time_end
-
-
-
Class dev.vality.damsel.fault_detector.Operation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
operation_id
String operation_id
-
state
OperationState state
-
-
-
Class dev.vality.damsel.fault_detector.OperationState extends org.apache.thrift.TUnion<OperationState,OperationState._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.fault_detector.ServiceConfig extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
operation_time_limit
long operation_time_limit
Ожидаемое время выполнения операции -
pre_aggregation_size
int pre_aggregation_size
Временной интервал для преагрегации операций -
sliding_window
long sliding_window
Временной интервал для "скользящего окна" (время в рамках которого будут браться операции для расчета статистики)
-
-
-
Class dev.vality.damsel.fault_detector.ServiceNotFoundException extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.fault_detector.ServiceStatistics extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
error_operations_count
long error_operations_count
Количество операций завершившихся с ошибкой -
failure_rate
double failure_rate
Показатель частоты отказов для данного сервиса от 0 до 1, где 0 - это отсутствие ошибок, а 1 - исключительно сбойные операции -
operations_count
long operations_count
Общее количество операций для сервиса -
overtime_operations_count
long overtime_operations_count
Количество операций превысивших ожидаемое время выполнения -
service_id
String service_id
ID сервиса -
success_operations_count
long success_operations_count
Количество операций, которые еще выполняются и превысили ожидаемое время выполнения
-
-
-
Class dev.vality.damsel.fault_detector.Start extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
time_start
String time_start
-
-
-