Uses of Class
dev.vality.damsel.proxy_inspector.BlackListContext
Packages that use BlackListContext
-
Uses of BlackListContext in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as BlackListContextMethods in dev.vality.damsel.proxy_inspector that return BlackListContextModifier and TypeMethodDescriptionBlackListContext.deepCopy()InspectorProxySrv.IsBlacklisted_args.getContext()BlackListContext.setFieldName(String field_name) BlackListContext.setFirstId(String first_id) BlackListContext.setSecondId(String second_id) Methods in dev.vality.damsel.proxy_inspector with parameters of type BlackListContextModifier and TypeMethodDescriptionintBlackListContext.compareTo(BlackListContext other) booleanBlackListContext.equals(BlackListContext that) voidInspectorProxySrv.AsyncClient.isBlacklisted(BlackListContext context, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) voidInspectorProxySrv.AsyncIface.isBlacklisted(BlackListContext context, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) booleanInspectorProxySrv.Client.isBlacklisted(BlackListContext context) booleanInspectorProxySrv.Iface.isBlacklisted(BlackListContext context) Проверяет существование в черном спискеvoidInspectorProxySrv.Client.sendIsBlacklisted(BlackListContext context) InspectorProxySrv.IsBlacklisted_args.setContext(BlackListContext context) Constructors in dev.vality.damsel.proxy_inspector with parameters of type BlackListContextModifierConstructorDescriptionBlackListContext(BlackListContext other) Performs a deep copy on other.IsBlacklisted_args(BlackListContext context) IsBlacklisted_call(BlackListContext context, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)