| Package | Description |
|---|---|
| fish.payara.appserver.micro.services | |
| fish.payara.appserver.micro.services.data | |
| fish.payara.micro | |
| fish.payara.micro.event | |
| fish.payara.micro.impl |
| Modifier and Type | Method and Description |
|---|---|
InstanceDescriptor |
PayaraClusteredCDIEventImpl.getId() |
InstanceDescriptor |
PayaraInternalEvent.getId() |
InstanceDescriptor |
PayaraClusteredCDIEventImpl.getInstanceDescriptor() |
InstanceDescriptor |
PayaraInstanceImpl.getLocalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Set<InstanceDescriptor> |
PayaraInstanceImpl.getClusteredPayaras() |
| Modifier and Type | Method and Description |
|---|---|
void |
PayaraClusteredCDIEventImpl.setId(InstanceDescriptor id) |
| Constructor and Description |
|---|
PayaraClusteredCDIEventImpl(InstanceDescriptor id) |
PayaraClusteredCDIEventImpl(InstanceDescriptor id,
Serializable payload) |
PayaraInternalEvent(PayaraInternalEvent.MESSAGE message,
InstanceDescriptor id) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
InstanceDescriptor |
PayaraInstance.getDescriptor(String member) |
InstanceDescriptor |
PayaraMicroRuntime.getLocalDescriptor() |
InstanceDescriptor |
PayaraInstance.getLocalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<InstanceDescriptor> |
PayaraMicroRuntime.getClusteredPayaras()
Returns a collection if instance descriptors for all the Payara Micros in the cluster
|
Set<InstanceDescriptor> |
PayaraInstance.getClusteredPayaras() |
<T extends Serializable> |
PayaraMicroRuntime.run(Callable<T> callable)
Runs a Callable object on all members of the Payara Micro Cluster
Functionally equivalent to the run method on ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
<T extends Serializable> |
PayaraMicroRuntime.run(Collection<InstanceDescriptor> members,
Callable<T> callable)
Runs a Callable object on specified members of the Payara Micro Cluster
Functionally equivalent to the run method on ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
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 |
|---|---|
<T extends Serializable> |
PayaraMicroRuntime.run(Collection<InstanceDescriptor> members,
Callable<T> callable)
Runs a Callable object on specified members of the Payara Micro Cluster
Functionally equivalent to the run method on ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
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()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDescriptor |
PayaraClusteredCDIEvent.getId()
Return the Instance Descriptor of the sender
|
InstanceDescriptor |
PayaraClusteredCDIEvent.getInstanceDescriptor()
Returns the Instance Descriptor of the Sender
|
| Modifier and Type | Method and Description |
|---|---|
void |
PayaraClusterListener.memberAdded(InstanceDescriptor id)
A new Payara Micro Cluster Member has been added
|
void |
PayaraClusterListener.memberRemoved(InstanceDescriptor id)
A Payara Micro Cluster Member has been removed
|
void |
PayaraClusteredCDIEvent.setId(InstanceDescriptor id)
Set the Intstance Descriptor
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDescriptor |
PayaraMicroRuntimeImpl.getLocalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<InstanceDescriptor> |
PayaraMicroRuntimeImpl.getClusteredPayaras()
Returns a collection if instance descriptors for all the Payara Micros in the cluster
|
<T extends Serializable> |
PayaraMicroRuntimeImpl.run(Callable<T> callable)
Runs a Callable object on all members of the Payara Micro Cluster
Functionally equivalent to the run method on ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
<T extends Serializable> |
PayaraMicroRuntimeImpl.run(Collection<InstanceDescriptor> members,
Callable<T> callable)
Runs a Callable object on specified members of the Payara Micro Cluster
Functionally equivalent to the run method on ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
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()
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
PayaraMicroRuntimeImpl.run(Collection<InstanceDescriptor> members,
Callable<T> callable)
Runs a Callable object on specified members of the Payara Micro Cluster
Functionally equivalent to the run method on ClusterCommandRunner passing in
all cluster members obtained from getClusteredPayaras()
|
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()
|
Copyright © 2017. All rights reserved.