Uses of Class
dev.getelements.elements.sdk.cluster.id.ApplicationId
Packages that use ApplicationId
Package
Description
-
Uses of ApplicationId in dev.getelements.elements.common.app
Methods in dev.getelements.elements.common.app that return ApplicationIdModifier and TypeMethodDescriptionApplicationElementService.ApplicationElementRecord.applicationId()Returns the value of theapplicationIdrecord component.Constructors in dev.getelements.elements.common.app with parameters of type ApplicationIdModifierConstructorDescriptionApplicationElementRecord(ApplicationId applicationId, ElementRegistry registry, List<Element> elements) Creates an instance of aApplicationElementRecordrecord class. -
Uses of ApplicationId in dev.getelements.elements.rest.test
Methods in dev.getelements.elements.rest.test with parameters of type ApplicationIdModifier and TypeMethodDescriptionTestApplicationAssetLoader.getAssetPath(ApplicationId applicationId) -
Uses of ApplicationId in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt with parameters of type ApplicationIdModifier and TypeMethodDescriptionApplicationAssetLoader.getAssetPath(ApplicationId applicationId) Gets the assetPathfor the suppliedApplicationId, performing any loading as needed.Context.Factory.getContextForApplication(ApplicationId applicationId) Gets aContextwhich can communicate with the remote application. -
Uses of ApplicationId in dev.getelements.elements.rt.git
Methods in dev.getelements.elements.rt.git with parameters of type ApplicationIdModifier and TypeMethodDescriptionFilesystemGitApplicationAssetLoader.getAssetPath(ApplicationId applicationId) static FileFilesystemGitApplicationAssetLoader.getBareStorageDirectory(File parent, ApplicationId applicationId) Used by theGitApplicationAssetLoaderinstances to determine the bare storage directory for a particularApplicationId.voidFilesystemGitApplicationAssetLoader.performInGit(ApplicationId applicationId, BiConsumer<org.eclipse.jgit.api.Git, Path> gitConsumer) voidGitApplicationAssetLoader.performInGit(ApplicationId applicationId, BiConsumer<org.eclipse.jgit.api.Git, Path> gitConsumer) Opens aGitinstance for the suppliedApplicationIdwhich can be used to manipulate the various files within the repository. -
Uses of ApplicationId in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return types with arguments of type ApplicationIdMethods in dev.getelements.elements.rt.remote with parameters of type ApplicationIdModifier and TypeMethodDescriptionWorker.Mutator.addNode(ApplicationId applicationId) Adds a new node with the suppliedApplicationId.Node.Factory.create(ApplicationId applicationId) Creates aNodefor the suppliedApplicationIddefault List<RemoteInvoker> RemoteInvokerRegistry.getAllRemoteInvokers(ApplicationId applicationId) Returns aRemoteInvokerfor all knownNodeIds.SimpleRemoteInvokerRegistry.getAllRemoteInvokers(ApplicationId applicationId) RemoteInvokerRegistry.getAllRemoteInvokerStatuses(ApplicationId applicationId) Returns aRemoteInvokerfor all knownNodeIds.SimpleRemoteInvokerRegistry.getAllRemoteInvokerStatuses(ApplicationId applicationId) default RemoteInvokerRemoteInvokerRegistry.getBestRemoteInvoker(ApplicationId applicationId) Returns aRemoteInvokerby arbitrary selection.RemoteInvokerRegistry.getBestRemoteInvokerStatus(ApplicationId applicationId) Returns aRemoteInvokerby arbitrary selection.SimpleRemoteInvokerRegistry.getBestRemoteInvokerStatus(ApplicationId applicationId) CachingContextFactory.getContextForApplication(ApplicationId applicationId) Worker.Mutator.removeNode(ApplicationId applicationId) Removes the suppliedNodewith the suppliedApplicationId.Worker.Mutator.restartNode(ApplicationId applicationId) Restarts the suppliedNodewith the suppliedApplicationId.Method parameters in dev.getelements.elements.rt.remote with type arguments of type ApplicationIdModifier and TypeMethodDescriptiondefault Worker.MutatorWorker.Mutator.removeNode(Collection<ApplicationId> toRestart) Removes the suppliedNodes with the suppliedApplicationIds.default Worker.MutatorWorker.Mutator.restartNode(Collection<ApplicationId> toRestart) Restarts the suppliedNodes with the suppliedApplicationIds.voidCachingContextFactory.setApplicationContextSupplier(Function<ApplicationId, Context> applicationContextSupplier) -
Uses of ApplicationId in dev.getelements.elements.rt.remote.guice
Methods in dev.getelements.elements.rt.remote.guice with parameters of type ApplicationIdModifier and TypeMethodDescriptionstatic NodeIdModuleNodeIdModule.forApplication(jakarta.inject.Provider<InstanceId> instanceIdProvider, ApplicationId applicationId) Supplies aNodeIdfor a master node using usingNodeId.forInstanceAndApplication(InstanceId, ApplicationId) -
Uses of ApplicationId in dev.getelements.elements.rt.remote.jeromq.guice
Methods in dev.getelements.elements.rt.remote.jeromq.guice with parameters of type ApplicationIdModifier and TypeMethodDescriptionJeroMQNodeModule.withNodeId(InstanceId instanceId, ApplicationId applicationId) A shortcut for invokingJeroMQNodeModule.withNodeId(InstanceId, ApplicationId)usingNodeId.forInstanceAndApplication(InstanceId, ApplicationId). -
Uses of ApplicationId in dev.getelements.elements.rt.routing
Methods in dev.getelements.elements.rt.routing that return ApplicationIdModifier and TypeMethodDescriptionAbstractAggregateRoutingStrategy.getApplicationId()DefaultRoutingStrategy.getApplicationId()Methods in dev.getelements.elements.rt.routing with parameters of type ApplicationIdModifier and TypeMethodDescriptionvoidAbstractAggregateRoutingStrategy.setApplicationId(ApplicationId applicationId) voidDefaultRoutingStrategy.setApplicationId(ApplicationId applicationId) -
Uses of ApplicationId in dev.getelements.elements.sdk.cluster.id
Methods in dev.getelements.elements.sdk.cluster.id that return ApplicationIdModifier and TypeMethodDescriptionstatic ApplicationIdApplicationId.forUniqueName(String uniqueApplicationName) Creates a newApplicationIdfrom the given unique application name.NodeId.getApplicationId()static ApplicationIdApplicationId.randomApplicationId()Generates a randomly assignedApplicationIdstatic ApplicationIdThe Java standard valueOf method.Methods in dev.getelements.elements.sdk.cluster.id with parameters of type ApplicationIdModifier and TypeMethodDescriptionstatic NodeIdNodeId.forInstanceAndApplication(InstanceId instanceId, ApplicationId applicationId) -
Uses of ApplicationId in dev.getelements.elements.test
Methods in dev.getelements.elements.test that return ApplicationIdModifier and TypeMethodDescriptiondefault ApplicationIdEmbeddedWorkerInstanceContainer.getApplicationId()Fetches the defaultApplicationIdinstalled in this container.Methods in dev.getelements.elements.test with parameters of type ApplicationIdModifier and TypeMethodDescriptiondefault ServiceLocatorEmbeddedWorkerInstanceContainer.getIocResolver(ApplicationId applicationId) <ChainedT> JeroMQEmbeddedWorkerInstanceContainer.ApplicationNodeBuilder<ChainedT> JeroMQEmbeddedWorkerInstanceContainer.withApplication(ApplicationId applicationId, Supplier<ChainedT> chainedTSupplier) JeroMQEmbeddedTestService.withApplicationNode(ApplicationId applicationId) Begins specialized configuration for an application with the specifiedApplicationId.