Uses of Class
dev.vality.fistful.source.SourceState
| Package | Description |
|---|---|
| dev.vality.fistful.source |
-
Uses of SourceState in dev.vality.fistful.source
Fields in dev.vality.fistful.source declared as SourceState Modifier and Type Field Description SourceStateManagementSrv.Create_result. successSourceStateManagementSrv.Get_result. successMethods in dev.vality.fistful.source that return SourceState Modifier and Type Method Description SourceStateManagementSrv.Client. create(SourceParams params, Map<String,Value> context)SourceStateManagementSrv.Iface. create(SourceParams params, Map<String,Value> context)SourceStateSourceState. deepCopy()SourceStateManagementSrv.Client. get(String id, EventRange range)SourceStateManagementSrv.Iface. get(String id, EventRange range)SourceStateManagementSrv.AsyncClient.Create_call. getResult()SourceStateManagementSrv.AsyncClient.Get_call. getResult()SourceStateManagementSrv.Create_result. getSuccess()SourceStateManagementSrv.Get_result. getSuccess()SourceStateManagementSrv.Client. recvCreate()SourceStateManagementSrv.Client. recvGet()SourceStateSourceState. setAccount(Account account)SourceStateSourceState. setBlocking(Blocking blocking)SourceStateSourceState. setContext(Map<String,Value> context)Контекст сущности заданный при её стартеSourceStateSourceState. setCreatedAt(String created_at)SourceStateSourceState. setExternalId(String external_id)SourceStateSourceState. setId(String id)SourceStateSourceState. setMetadata(Map<String,Value> metadata)SourceStateSourceState. setName(String name)SourceStateSourceState. setResource(Resource resource)SourceStateSourceState. setStatus(Status status)Methods in dev.vality.fistful.source that return types with arguments of type SourceState Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<SourceState>ManagementSrv.AsyncProcessor.Create. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<SourceState>ManagementSrv.AsyncProcessor.Get. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.fistful.source with parameters of type SourceState Modifier and Type Method Description intSourceState. compareTo(SourceState other)booleanSourceState. equals(SourceState that)ManagementSrv.Create_resultManagementSrv.Create_result. setSuccess(SourceState success)ManagementSrv.Get_resultManagementSrv.Get_result. setSuccess(SourceState success)Method parameters in dev.vality.fistful.source with type arguments of type SourceState Modifier and Type Method Description voidManagementSrv.AsyncClient. create(SourceParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler)voidManagementSrv.AsyncIface. create(SourceParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler)voidManagementSrv.AsyncClient. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler)voidManagementSrv.AsyncIface. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler)voidManagementSrv.AsyncProcessor.Create. start(I iface, ManagementSrv.Create_args args, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler)voidManagementSrv.AsyncProcessor.Get. start(I iface, ManagementSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler)Constructors in dev.vality.fistful.source with parameters of type SourceState Constructor Description Create_result(SourceState success, IdentityNotFound ex2, CurrencyNotFound ex3, PartyInaccessible ex4)Get_result(SourceState success, SourceNotFound ex1)SourceState(SourceState other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.source with type arguments of type SourceState Constructor Description Create_call(SourceParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Get_call(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<SourceState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)