Modifier and Type | Method and Description |
---|---|
CloudPod |
BamTriadDispatcher.getPod()
Returns the pod for the sender.
|
protected CloudPod |
AbstractCloudActor.getPod() |
CloudPod |
BamTriadSender.getPod()
Returns the pod for the sender.
|
Modifier and Type | Method and Description |
---|---|
static BamTriadDispatcher |
BamTriadDispatcher.create(CloudPod pod) |
static ClusterRouteManager |
ClusterRouteManager.create(CloudPod pod) |
<T> T |
BamCloudManager.createAllProxy(java.lang.Class<T> api,
java.lang.String uid,
CloudPod pod) |
<T> T |
BamCloudManager.createAllRemoteProxy(java.lang.Class<T> api,
java.lang.String uid,
CloudPod pod) |
<T> T |
BamCloudManager.createTriad(java.lang.Class<T> api,
java.lang.String uid,
CloudPod pod,
TriadOwner owner) |
<T> TriadDispatcher<T> |
BamCloudManager.createTriadDispatcher(java.lang.Class<T> api,
java.lang.String uid,
CloudPod pod) |
<T> T |
BamCloudManager.createTriadFirstProxy(java.lang.Class<T> api,
java.lang.String uid,
CloudPod pod,
TriadOwner owner,
BamTriadDispatcher.RemoteEnum isRemote,
BamCloudManager.ResultEnum isResult,
long timeout) |
<T> com.caucho.cloud.bam.BamCloudManager.TriadFirstShard<T> |
BamCloudManager.createTriadFirstProxyArray(java.lang.Class<T> api,
java.lang.String uid,
CloudPod pod,
BamTriadDispatcher.RemoteEnum isRemote,
BamCloudManager.ResultEnum isResult,
long timeout) |
Constructor and Description |
---|
AbstractCloudActor(java.lang.String uid,
CloudPod pod) |
BamTriadDispatcher(CloudPod pod) |
BamTriadSender(QuerySender sender,
CloudPod pod,
java.lang.String uid) |
CloudServerActorRef(java.lang.String address,
Broker broker,
CloudPod pod,
int index) |
CloudServerRemoteActorRef(java.lang.String address,
Broker broker,
CloudPod pod,
int index) |
ClusterRouteManager(ActorSender sender,
CloudPod pod) |
PodAllRemoteRouter(ActorSender sender,
java.lang.String uid,
CloudPod pod,
BamManager manager) |
PodAllRouter(ActorSender sender,
java.lang.String uid,
CloudPod pod,
BamManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
ScalingPod.update(CloudPod cloudPod) |
Modifier and Type | Method and Description |
---|---|
boolean |
LicenseClientImpl.loadLicenses(Path licenses,
CloudPod cloudPod) |
boolean |
LicenseClient.loadLicenses(Path licenses,
CloudPod cloudPod) |
Modifier and Type | Method and Description |
---|---|
void |
ProLoadBalanceBuilder.setTargetCluster(CloudPod pod) |
void |
LoadBalanceBuilder.setTargetCluster(CloudPod pod) |
Modifier and Type | Method and Description |
---|---|
CloudPod |
ClusterServer.getCloudPod()
Returns the owning pod
|
Modifier and Type | Method and Description |
---|---|
CloudPod |
CloudCluster.createPod()
Creates a new pod
|
CloudPod |
CloudCluster.createPod(int index)
Creates a new pod
|
CloudPod |
CloudCluster.findPod(int podIndex)
Returns the pod with the given index.
|
CloudPod |
CloudCluster.findPod(java.lang.String id)
Returns the pod with the given index.
|
CloudPod |
CloudServer.getPod()
Returns the pod
|
CloudPod[] |
CloudCluster.getPodList()
Returns the list of pods for the cluster
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCloudPodListener.onPodAdd(CloudPod pod) |
void |
CloudPodListener.onPodAdd(CloudPod pod) |
void |
AbstractCloudPodListener.onPodRemove(CloudPod pod) |
void |
CloudPodListener.onPodRemove(CloudPod pod) |
Constructor and Description |
---|
CloudServer(java.lang.String id,
java.lang.String displayId,
CloudPod pod,
int index,
java.lang.String address,
int port,
boolean isSSL,
CloudServer.ServerType isStatic,
boolean isAllowExternal) |
TriadServer(java.lang.String id,
java.lang.String displayId,
CloudPod pod,
int index,
java.lang.String address,
int port,
boolean isSSL,
CloudServer.ServerType isStatic,
boolean isAllowExternal) |
Modifier and Type | Method and Description |
---|---|
ClusterQueueSender |
ClusterQueueActor.createMessageSender(CloudPod pod,
byte[] queueHash) |
Modifier and Type | Method and Description |
---|---|
CloudPod |
ServletService.getPod()
Returns the self server's pod
|