Uses of Class
dev.vality.bouncer.decisions.Context
| Package | Description |
|---|---|
| dev.vality.bouncer.decisions |
-
Uses of Context in dev.vality.bouncer.decisions
Fields in dev.vality.bouncer.decisions declared as Context Modifier and Type Field Description ContextArbiterSrv.Judge_args. ctxMethods in dev.vality.bouncer.decisions that return Context Modifier and Type Method Description ContextContext. deepCopy()ContextArbiterSrv.Judge_args. getCtx()ContextContext. setFragments(Map<String,ContextFragment> fragments)Methods in dev.vality.bouncer.decisions with parameters of type Context Modifier and Type Method Description intContext. compareTo(Context other)booleanContext. equals(Context that)voidArbiterSrv.AsyncClient. judge(String ruleset, Context ctx, org.apache.thrift.async.AsyncMethodCallback<Judgement> resultHandler)voidArbiterSrv.AsyncIface. judge(String ruleset, Context ctx, org.apache.thrift.async.AsyncMethodCallback<Judgement> resultHandler)JudgementArbiterSrv.Client. judge(String ruleset, Context ctx)JudgementArbiterSrv.Iface. judge(String ruleset, Context ctx)voidArbiterSrv.Client. sendJudge(String ruleset, Context ctx)ArbiterSrv.Judge_argsArbiterSrv.Judge_args. setCtx(Context ctx)Constructors in dev.vality.bouncer.decisions with parameters of type Context Constructor Description Context(Context other)Performs a deep copy on other.Judge_args(String ruleset, Context ctx)Judge_call(String ruleset, Context ctx, org.apache.thrift.async.AsyncMethodCallback<Judgement> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)