Uses of Class
dev.getelements.elements.sdk.cluster.id.NodeId
Packages that use NodeId
Package
Description
-
Uses of NodeId in dev.getelements.elements.remote.jeromq
Methods in dev.getelements.elements.remote.jeromq that return NodeIdMethods in dev.getelements.elements.remote.jeromq with parameters of type NodeId -
Uses of NodeId in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return types with arguments of type NodeIdModifier and TypeMethodDescriptionInstanceMetadata.getNodeIds()
InstanceMetadataContext.getNodeIds()
Gets allNodeId
s housed within the instance.SimpleInstanceMetadataContext.getNodeIds()
Method parameters in dev.getelements.elements.rt with type arguments of type NodeId -
Uses of NodeId in dev.getelements.elements.rt.exception
Constructors in dev.getelements.elements.rt.exception with parameters of type NodeIdModifierConstructorDescriptionNodeNotFoundException
(NodeId nodeId) NodeNotFoundException
(NodeId nodeId, Throwable cause) -
Uses of NodeId in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return NodeIdModifier and TypeMethodDescriptionInstanceConnectionService.InstanceBinding.getNodeId()
Gets theNodeId
thisInstanceConnectionService.InstanceBinding
represents.Node.getNodeId()
Gets theNodeId
default NodeId
Node.Startup.getNodeId()
Gets theNodeId
being started-up.RemoteInvokerRegistry.RemoteInvokerStatus.getNodeId()
Gets theNodeId
of the remote connectionRoutingStatus.Route.getNodeId()
Methods in dev.getelements.elements.rt.remote that return types with arguments of type NodeIdModifier and TypeMethodDescriptionInstanceStatus.getNodeIds()
Gets the node IDs known to the instance.Methods in dev.getelements.elements.rt.remote with parameters of type NodeIdModifier and TypeMethodDescriptionAsyncControlClient.closeBinding
(NodeId nodeId, AsyncControlClient.ResponseConsumer<Void> responseConsumer) Issues the command to close a binding.void
ControlClient.closeBinding
(NodeId nodeId) Issues the command to close a binding.RemoteInvokerRegistry.getRemoteInvoker
(NodeId nodeId) Returns theRemoteInvoker
registered under the given NodeId.SimpleRemoteInvokerRegistry.getRemoteInvoker
(NodeId nodeId) AsyncControlClient.openBinding
(NodeId nodeId, AsyncControlClient.ResponseConsumer<InstanceConnectionService.InstanceBinding> responseConsumer) Opens anInstanceConnectionService.InstanceBinding
provided theNodeId
and returns theInstanceConnectionService.InstanceBinding
.ControlClient.openBinding
(NodeId nodeId) Opens anInstanceConnectionService.InstanceBinding
provided theNodeId
and returns theInstanceConnectionService.InstanceBinding
.InstanceConnectionService.openBinding
(NodeId nodeId) Gets anInstanceConnectionService.InstanceBinding
which a node can then use to receive incoming data.AsyncControlClient.openRouteToNode
(NodeId nodeId, String instanceInvokerAddress, AsyncControlClient.ResponseConsumer<String> responseConsumer) Issues the command to open up a route to the node.ControlClient.openRouteToNode
(NodeId nodeId, String instanceInvokerAddress) Issues the command to open up a route to the node.InstanceConnectionService.InstanceConnection.openRouteToNode
(NodeId nodeId) Opens a route to the supplied node withNodeId
, returning an address where it will be possible to connect using aRemoteInvoker
. -
Uses of NodeId in dev.getelements.elements.rt.remote.guice
Constructors in dev.getelements.elements.rt.remote.guice with parameters of type NodeIdConstructor parameters in dev.getelements.elements.rt.remote.guice with type arguments of type NodeId -
Uses of NodeId in dev.getelements.elements.rt.remote.jeromq
Methods in dev.getelements.elements.rt.remote.jeromq that return NodeIdModifier and TypeMethodDescriptionJeroMQInstanceBinding.getNodeId()
JeroMQUnroutableNodeException.getNodeId()
Gets theNodeId
that was returned.Methods in dev.getelements.elements.rt.remote.jeromq that return types with arguments of type NodeIdModifier and TypeMethodDescriptionJeroMQDemultiplexRouter.getConnectedNodeIds()
JeroMQInstanceStatus.getNodeIds()
com.google.common.collect.SortedSetMultimap
<NodeId, JeroMQInstanceConnectionId> JeroMQMultiplexRouter.getRoutingTable()
Methods in dev.getelements.elements.rt.remote.jeromq with parameters of type NodeIdModifier and TypeMethodDescriptionJeroMQAsyncControlClient.closeBinding
(NodeId nodeId, AsyncControlClient.ResponseConsumer<Void> responseConsumer) void
JeroMQControlClient.closeBinding
(NodeId nodeId) void
JeroMQDemultiplexRouter.closeBindingForNode
(NodeId nodeId) JeroMQDemultiplexRouter.getLocalBindAddress
(NodeId nodeId) JeroMQMultiplexRouter.getLocalBindAddress
(NodeId nodeId, JeroMQInstanceConnectionId connectionId) JeroMQAsyncControlClient.openBinding
(NodeId nodeId, AsyncControlClient.ResponseConsumer<InstanceConnectionService.InstanceBinding> responseConsumer) JeroMQControlClient.openBinding
(NodeId nodeId) JeroMQDemultiplexRouter.openBinding
(NodeId nodeId) JeroMQInstanceConnectionService.openBinding
(NodeId nodeId) JeroMQAsyncControlClient.openRouteToNode
(NodeId nodeId, String instanceInvokerAddress, AsyncControlClient.ResponseConsumer<String> responseConsumer) JeroMQControlClient.openRouteToNode
(NodeId nodeId, String instanceInvokerAddress) JeroMQMultiplexRouter.openRouteToNode
(NodeId nodeId, String instanceConnectAddress) Constructors in dev.getelements.elements.rt.remote.jeromq with parameters of type NodeIdModifierConstructorDescriptionJeroMQInstanceBinding
(org.zeromq.ZContext zContext, NodeId nodeId, String instanceConnectAddress, JeroMQSecurity jeroMQSecurity, String nodeBindAddress) JeroMQUnroutableNodeException
(NodeId nodeId) -
Uses of NodeId in dev.getelements.elements.rt.remote.jeromq.guice
Methods in dev.getelements.elements.rt.remote.jeromq.guice with parameters of type NodeIdModifier and TypeMethodDescriptionJeroMQNodeModule.withNodeId
(NodeId nodeId) Specifies the symbolic name of the node using theNode.NAME
. -
Uses of NodeId in dev.getelements.elements.rt.routing
Methods in dev.getelements.elements.rt.routing that return NodeIdModifier and TypeMethodDescriptionstatic NodeId
RoutingUtility.ensureDistinctNode
(List<Object> address, NodeId nodeId0, NodeId nodeId1) A reducer function intended to ensure that the suppliedNodeId
s are all the same.static NodeId
RoutingUtility.reduceAddressToSingleNodeId
(List<Object> address) Methods in dev.getelements.elements.rt.routing that return types with arguments of type NodeIdMethods in dev.getelements.elements.rt.routing with parameters of type NodeId -
Uses of NodeId in dev.getelements.elements.rt.transact
Methods in dev.getelements.elements.rt.transact that return NodeIdModifier and TypeMethodDescriptionReadOnlyTransaction.getNodeId()
Returns theNodeId
of thisReadOnlyTransaction
.TransactionalResourceService.getNodeId()
Methods in dev.getelements.elements.rt.transact with parameters of type NodeIdModifier and TypeMethodDescriptionStarts building an instance ofReadOnlyTransaction
against the underlying data store.Starts building an instance ofReadWriteTransaction
against the underlying data store.TransactionJournal.newMutableEntry
(NodeId nodeId) Gets a new entry for writing.void
DataStore.removeAllResources
(NodeId nodeId) Removes allResource
instances from the datastore.void
-
Uses of NodeId in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return NodeIdModifier and TypeMethodDescriptionUnixFSTransactionProgramBuilder.getNodeId()
Gets the revision to write.Methods in dev.getelements.elements.rt.transact.unix with parameters of type NodeIdModifier and TypeMethodDescriptiondev.getelements.elements.rt.transact.unix.UnixFSJournalMutableEntry
UnixFSTransactionJournal.newMutableEntry
(NodeId nodeId) void
UnixFSDataStore.removeAllResources
(NodeId nodeId) UnixFSTransactionProgramBuilder.withNodeId
(NodeId nodeId) Specifies theNodeId
to associate with the program. -
Uses of NodeId in dev.getelements.elements.sdk.cluster.id
Methods in dev.getelements.elements.sdk.cluster.id that return NodeIdModifier and TypeMethodDescriptionstatic NodeId
NodeId.forInstanceAndApplication
(InstanceId instanceId, ApplicationId applicationId) static NodeId
NodeId.forMasterNode
(InstanceId instanceId) Creats aNodeId
that is for a master node.HasNodeId.getNodeId()
NodeId.getNodeId()
ResourceId.getNodeId()
Returns theNodeId
assocaited with thisResourceId
.TaskId.getNodeId()
static NodeId
NodeId.nodeIdFromByteBuffer
(ByteBuffer byteBufferRepresentation) Reads aNodeId
from the suppliedByteBuffer
.static NodeId
NodeId.nodeIdFromByteBuffer
(ByteBuffer byteBufferRepresentation, int byteBufferPosition) Reads aNodeId
from the suppliedByteBuffer
and position, ensuring that the buffer's mark, limit, and position are unaffected.static NodeId
NodeId.nodeIdFromBytes
(byte[] byteRepresentation) Parses a newNodeId
from the giveninvalid reference
byte[]
static NodeId
NodeId.nodeIdFromString
(String stringRepresentation) static NodeId
NodeId.randomNodeId()
Generates a completely randomNodeId
.static NodeId
The Java standard valueOf method.Methods in dev.getelements.elements.sdk.cluster.id that return types with arguments of type NodeIdMethods in dev.getelements.elements.sdk.cluster.id with parameters of type NodeIdModifier and TypeMethodDescriptionstatic ResourceId
ResourceId.randomResourceIdForNode
(NodeId nodeId) Creates a new uniqueResourceId
, specifying theNodeId
-
Uses of NodeId in dev.getelements.elements.sdk.cluster.path
Methods in dev.getelements.elements.sdk.cluster.path that return NodeId -
Uses of NodeId in dev.getelements.elements.test
Methods in dev.getelements.elements.test that return NodeIdModifier and TypeMethodDescriptiondefault NodeId
EmbeddedWorkerInstanceContainer.getNodeId()
Fetches the defaultNodeId
installed in this container.Methods in dev.getelements.elements.test with parameters of type NodeIdModifier and TypeMethodDescriptionCollection
<? extends com.google.inject.Module> EmbeddedWorkerInstanceContainer.getIocResolver
(NodeId applicationId) JeroMQEmbeddedWorkerInstanceContainer.getIocResolver
(NodeId nodeId) -
Uses of NodeId in dev.getelements.elements.test.guice
Constructors in dev.getelements.elements.test.guice with parameters of type NodeIdModifierConstructorDescriptionTestApplicationNodeModule
(NodeId nodeId, Collection<? extends com.google.inject.Module> workerModules)