the unique name of the container.
the number of CPUs that will be allocated for each instance of this container.
the amount of RAM in MB that will be allocated for each instance of this container.
the list of actors that will be deployed. See ActorLaunchContext.
the list of JVM arguments that will be passed to each instance of this container. I.e. "-Xmx1g"
the map of JVM properties that will be passed to each instance of this container. This map reflects the behaviour of the "-Dproperty=value" JVM argument.
the map of environment variables that will passed to each instance of this container. The key of the map is an environment variable name and the value is a variable's value.
the list of actors that will be deployed.
the list of actors that will be deployed. See ActorLaunchContext.
the number of CPUs that will be allocated for each instance of this container.
the map of environment variables that will passed to each instance of this container.
the map of environment variables that will passed to each instance of this container. The key of the map is an environment variable name and the value is a variable's value.
the list of JVM arguments that will be passed to each instance of this container.
the list of JVM arguments that will be passed to each instance of this container. I.e. "-Xmx1g"
the map of JVM properties that will be passed to each instance of this container.
the map of JVM properties that will be passed to each instance of this container. This map reflects the behaviour of the "-Dproperty=value" JVM argument.
the amount of RAM in MB that will be allocated for each instance of this container.
the unique name of the container.
Contains all the necessary information to launch a new instance in container.
the unique name of the container.
the number of CPUs that will be allocated for each instance of this container.
the amount of RAM in MB that will be allocated for each instance of this container.
the list of actors that will be deployed. See ActorLaunchContext.
the list of JVM arguments that will be passed to each instance of this container. I.e. "-Xmx1g"
the map of JVM properties that will be passed to each instance of this container. This map reflects the behaviour of the "-Dproperty=value" JVM argument.
the map of environment variables that will passed to each instance of this container. The key of the map is an environment variable name and the value is a variable's value.