Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.AddressType
-
Packages that use KeyContexts.AddressType Package Description com.h2tcoin.takamakachain.api.data com.h2tcoin.takamakachain.db.embedded.node com.h2tcoin.takamakachain.globalContext -
-
Uses of KeyContexts.AddressType in com.h2tcoin.takamakachain.api.data
Methods in com.h2tcoin.takamakachain.api.data with parameters of type KeyContexts.AddressType Modifier and Type Method Description static ConcurrentSkipListSet<NodeDataBean>
NodeStatisticUtils. getNodes(KeyContexts.AddressType nodeType, boolean onlyAssigned)
static String
NodeStatisticUtils. getNodeState(KeyContexts.AddressType nodeType, boolean onlyAssigned)
-
Uses of KeyContexts.AddressType in com.h2tcoin.takamakachain.db.embedded.node
Methods in com.h2tcoin.takamakachain.db.embedded.node that return KeyContexts.AddressType Modifier and Type Method Description KeyContexts.AddressType
NodeManagerBean. getType()
Methods in com.h2tcoin.takamakachain.db.embedded.node with parameters of type KeyContexts.AddressType Modifier and Type Method Description void
NodeManagerBean. setType(KeyContexts.AddressType type)
-
Uses of KeyContexts.AddressType in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.AddressType Modifier and Type Method Description static KeyContexts.AddressType
KeyContexts.AddressType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyContexts.AddressType[]
KeyContexts.AddressType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-