| Package | Description |
|---|---|
| fish.payara.appserver.micro.services | |
| fish.payara.appserver.micro.services.command | |
| fish.payara.micro | |
| fish.payara.micro.impl |
| Modifier and Type | Method and Description |
|---|---|
ClusterCommandResult |
PayaraInstanceImpl.executeLocalAsAdmin(String command,
String... parameters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Future<ClusterCommandResult>> |
PayaraInstanceImpl.executeClusteredASAdmin(Collection<String> memberGUIDs,
String command,
String... parameters) |
Map<String,Future<ClusterCommandResult>> |
PayaraInstanceImpl.executeClusteredASAdmin(String command,
String... parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterCommandResultImpl |
| Modifier and Type | Method and Description |
|---|---|
ClusterCommandResult |
AsAdminCallable.call() |
| Modifier and Type | Method and Description |
|---|---|
ClusterCommandResult |
PayaraInstance.executeLocalAsAdmin(String command,
String... parameters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Future<ClusterCommandResult>> |
PayaraInstance.executeClusteredASAdmin(Collection<String> memberGUIDs,
String command,
String... parameters) |
Map<String,Future<ClusterCommandResult>> |
PayaraInstance.executeClusteredASAdmin(String command,
String... parameters) |
Map<InstanceDescriptor,Future<? extends ClusterCommandResult>> |
PayaraMicroRuntime.run(Collection<InstanceDescriptor> members,
String command,
String... args)
Runs an asadmin command on specified members of the Payara Micro Cluster
Functionally equivalent to the run method of the ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
Map<InstanceDescriptor,Future<? extends ClusterCommandResult>> |
PayaraMicroRuntime.run(String command,
String... args)
Runs an asadmin command on all members of the Payara Micro Cluster
Functionally equivalent to the run method of the ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
| Modifier and Type | Method and Description |
|---|---|
Map<InstanceDescriptor,Future<? extends ClusterCommandResult>> |
PayaraMicroRuntimeImpl.run(Collection<InstanceDescriptor> members,
String command,
String... args)
Runs an asadmin command on specified members of the Payara Micro Cluster
Functionally equivalent to the run method of the ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
Map<InstanceDescriptor,Future<? extends ClusterCommandResult>> |
PayaraMicroRuntimeImpl.run(String command,
String... args)
Runs an asadmin command on all members of the Payara Micro Cluster
Functionally equivalent to the run method of the ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
Copyright © 2017. All rights reserved.