Uses of Class
dev.vality.fistful.Blocking
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.destination | |
| dev.vality.fistful.identity | |
| dev.vality.fistful.p2p.template | |
| dev.vality.fistful.source | |
| dev.vality.fistful.wallet |
-
Uses of Blocking in dev.vality.fistful
Methods in dev.vality.fistful that return Blocking Modifier and Type Method Description static BlockingBlocking. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static BlockingBlocking. valueOf(String name)Returns the enum constant of this type with the specified name.static Blocking[]Blocking. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Blocking in dev.vality.fistful.destination
Fields in dev.vality.fistful.destination declared as Blocking Modifier and Type Field Description BlockingDestinationState. blockingMethods in dev.vality.fistful.destination that return Blocking Modifier and Type Method Description BlockingDestinationState. getBlocking()Methods in dev.vality.fistful.destination with parameters of type Blocking Modifier and Type Method Description DestinationStateDestinationState. setBlocking(Blocking blocking) -
Uses of Blocking in dev.vality.fistful.identity
Fields in dev.vality.fistful.identity declared as Blocking Modifier and Type Field Description BlockingIdentityState. blockingMethods in dev.vality.fistful.identity that return Blocking Modifier and Type Method Description BlockingIdentityState. getBlocking()Methods in dev.vality.fistful.identity with parameters of type Blocking Modifier and Type Method Description IdentityStateIdentityState. setBlocking(Blocking blocking) -
Uses of Blocking in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as Blocking Modifier and Type Field Description BlockingBlockingChange. blockingBlockingP2PTemplateState. blockingBlockingManagementSrv.SetBlocking_args. valueMethods in dev.vality.fistful.p2p.template that return Blocking Modifier and Type Method Description BlockingBlockingChange. getBlocking()BlockingP2PTemplateState. getBlocking()BlockingManagementSrv.SetBlocking_args. getValue()Methods in dev.vality.fistful.p2p.template with parameters of type Blocking Modifier and Type Method Description voidManagementSrv.Client. sendSetBlocking(String id, Blocking value)BlockingChangeBlockingChange. setBlocking(Blocking blocking)voidManagementSrv.AsyncClient. setBlocking(String id, Blocking value, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidManagementSrv.AsyncIface. setBlocking(String id, Blocking value, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidManagementSrv.Client. setBlocking(String id, Blocking value)voidManagementSrv.Iface. setBlocking(String id, Blocking value)P2PTemplateStateP2PTemplateState. setBlocking(Blocking blocking)ManagementSrv.SetBlocking_argsManagementSrv.SetBlocking_args. setValue(Blocking value)Constructors in dev.vality.fistful.p2p.template with parameters of type Blocking Constructor Description BlockingChange(Blocking blocking)SetBlocking_args(String id, Blocking value)SetBlocking_call(String id, Blocking value, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) -
Uses of Blocking in dev.vality.fistful.source
Fields in dev.vality.fistful.source declared as Blocking Modifier and Type Field Description BlockingSourceState. blockingMethods in dev.vality.fistful.source that return Blocking Modifier and Type Method Description BlockingSourceState. getBlocking()Methods in dev.vality.fistful.source with parameters of type Blocking Modifier and Type Method Description SourceStateSourceState. setBlocking(Blocking blocking) -
Uses of Blocking in dev.vality.fistful.wallet
Fields in dev.vality.fistful.wallet declared as Blocking Modifier and Type Field Description BlockingWallet. blockingBlockingWalletState. blockingMethods in dev.vality.fistful.wallet that return Blocking Modifier and Type Method Description BlockingWallet. getBlocking()BlockingWalletState. getBlocking()Methods in dev.vality.fistful.wallet with parameters of type Blocking Modifier and Type Method Description WalletWallet. setBlocking(Blocking blocking)WalletStateWalletState. setBlocking(Blocking blocking)