| Package | Description |
|---|---|
| com.caucho.cloud.network | |
| com.caucho.cloud.topology | |
| com.caucho.server.distcache |
| Modifier and Type | Method and Description |
|---|---|
TriadOwner |
ClusterServer.getTriadOwner()
Returns the pod owner
|
| Modifier and Type | Field and Description |
|---|---|
static TriadOwner[] |
TriadOwner.OWNER_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static TriadOwner |
TriadOwner.getHashOwner(byte[] hash) |
static TriadOwner |
TriadOwner.getHashOwner(java.lang.String value) |
static TriadOwner |
TriadOwner.getOwner(long index)
Returns the owner for an index
|
TriadOwner |
CloudServer.getTriadOwner()
Returns the pod owner
|
static TriadOwner |
TriadOwner.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriadOwner[] |
TriadOwner.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
X |
TriadShard.get(TriadOwner owner)
Returns the primary server.
|
X |
TriadDispatcherDouble.primary(TriadOwner owner)
Returns the primary server.
|
X |
TriadDispatcherTriple.primary(TriadOwner owner)
Returns the primary server.
|
X |
TriadDispatcher.primary(TriadOwner owner)
Returns the primary server.
|
X |
TriadDispatcherSingle.primary(TriadOwner owner)
Returns the primary server.
|
X |
TriadDispatcherDouble.secondary(TriadOwner owner)
Returns the primary server.
|
X |
TriadDispatcherTriple.secondary(TriadOwner owner)
Returns the primary server.
|
X |
TriadDispatcher.secondary(TriadOwner owner)
Returns the secondary server.
|
X |
TriadDispatcherSingle.secondary(TriadOwner owner)
Returns the secondary server.
|
X |
TriadDispatcherDouble.tertiary(TriadOwner owner)
Returns the tertiary server.
|
X |
TriadDispatcherTriple.tertiary(TriadOwner owner)
Returns the tertiary server.
|
X |
TriadDispatcher.tertiary(TriadOwner owner)
Returns the tertiary server.
|
X |
TriadDispatcherSingle.tertiary(TriadOwner owner)
Returns the tertiary server.
|
| Modifier and Type | Method and Description |
|---|---|
TriadOwner |
DistCacheEntry.getOwner()
Returns the owner
|