Package | Description |
---|---|
com.caucho.cloud.bam | |
com.caucho.cloud.topology |
Modifier and Type | Method and Description |
---|---|
<T> TriadDispatcher<T> |
BamCloudManager.createTriadDispatcher(java.lang.Class<T> api,
java.lang.String uid,
CloudPod pod) |
Modifier and Type | Class and Description |
---|---|
class |
TriadDispatcherDouble<X>
Selects one of the triad members, given the triad owner.
|
class |
TriadDispatcherSingle<X>
Selects one of the triad members, given the triad owner.
|
class |
TriadDispatcherTriple<X>
Selects one of the triad members, given the triad owner.
|
Modifier and Type | Method and Description |
---|---|
static <T> TriadDispatcher<T> |
TriadDispatcherDouble.create(T valueA,
T valueB) |
static <T> TriadDispatcher<T> |
TriadDispatcher.create(T a,
T b,
T c) |
static <T> TriadDispatcher<T> |
TriadDispatcherTriple.create(T valueA,
T valueB,
T valueC) |
TriadDispatcher<CloudServer> |
CloudPod.getTriadServerDispatcher()
Returns the triad server dispatcher
|