ImmutableNetworkConfiguration.AgentNetworkConfiguration |
ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.build() |
|
static ImmutableNetworkConfiguration.AgentNetworkConfiguration |
ImmutableNetworkConfiguration.AgentNetworkConfiguration.copyOf(NetworkConfiguration.AgentNetworkConfiguration instance) |
|
static ImmutableNetworkConfiguration.AgentNetworkConfiguration |
ImmutableNetworkConfiguration.AgentNetworkConfiguration.of(Iterable<? extends NamedHostAndPort> agentInfos) |
Construct a new immutable AgentNetworkConfiguration instance.
|
static ImmutableNetworkConfiguration.AgentNetworkConfiguration |
ImmutableNetworkConfiguration.AgentNetworkConfiguration.of(Set<NamedHostAndPort> agentInfos) |
Construct a new immutable AgentNetworkConfiguration instance.
|
ImmutableNetworkConfiguration.AgentNetworkConfiguration |
ImmutableNetworkConfiguration.AgentNetworkConfiguration.withAgentInfos(NamedHostAndPort... elements) |
Copy the current immutable object with elements that replace the content of agentInfos.
|
ImmutableNetworkConfiguration.AgentNetworkConfiguration |
ImmutableNetworkConfiguration.AgentNetworkConfiguration.withAgentInfos(Iterable<? extends NamedHostAndPort> elements) |
Copy the current immutable object with elements that replace the content of agentInfos.
|