Uses of Class
dev.vality.damsel.fault_detector.FaultDetectorSrv.InitService_args
-
Uses of FaultDetectorSrv.InitService_args in dev.vality.damsel.fault_detector
Methods in dev.vality.damsel.fault_detector that return FaultDetectorSrv.InitService_args Modifier and Type Method Description FaultDetectorSrv.InitService_argsFaultDetectorSrv.InitService_args. deepCopy()FaultDetectorSrv.InitService_argsFaultDetectorSrv.AsyncProcessor.InitService. getEmptyArgsInstance()FaultDetectorSrv.InitService_argsFaultDetectorSrv.Processor.InitService. getEmptyArgsInstance()FaultDetectorSrv.InitService_argsFaultDetectorSrv.InitService_args. setServiceConfig(ServiceConfig service_config)FaultDetectorSrv.InitService_argsFaultDetectorSrv.InitService_args. setServiceId(String service_id)Methods in dev.vality.damsel.fault_detector with parameters of type FaultDetectorSrv.InitService_args Modifier and Type Method Description intFaultDetectorSrv.InitService_args. compareTo(FaultDetectorSrv.InitService_args other)booleanFaultDetectorSrv.InitService_args. equals(FaultDetectorSrv.InitService_args that)FaultDetectorSrv.InitService_resultFaultDetectorSrv.Processor.InitService. getResult(I iface, FaultDetectorSrv.InitService_args args)voidFaultDetectorSrv.AsyncProcessor.InitService. start(I iface, FaultDetectorSrv.InitService_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in dev.vality.damsel.fault_detector with parameters of type FaultDetectorSrv.InitService_args Constructor Description InitService_args(FaultDetectorSrv.InitService_args other)Performs a deep copy on other.