|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Channel | |
|---|---|
| org.apache.catalina.tribes | |
| org.apache.catalina.tribes.group | |
| org.apache.catalina.tribes.tipis | |
| Uses of Channel in org.apache.catalina.tribes |
|---|
| Subinterfaces of Channel in org.apache.catalina.tribes | |
|---|---|
interface |
ManagedChannel
Channel interface A managed channel interface gives you access to the components of the channels such as senders, receivers, interceptors etc for configurations purposes |
| Uses of Channel in org.apache.catalina.tribes.group |
|---|
| Classes in org.apache.catalina.tribes.group that implement Channel | |
|---|---|
class |
GroupChannel
The default implementation of a Channel. The GroupChannel manages the replication channel. |
| Methods in org.apache.catalina.tribes.group that return Channel | |
|---|---|
Channel |
RpcChannel.getChannel()
|
| Methods in org.apache.catalina.tribes.group with parameters of type Channel | |
|---|---|
void |
RpcChannel.setChannel(Channel channel)
|
| Constructors in org.apache.catalina.tribes.group with parameters of type Channel | |
|---|---|
RpcChannel(byte[] rpcId,
Channel channel,
RpcCallback callback)
Create an RPC channel. |
|
| Uses of Channel in org.apache.catalina.tribes.tipis |
|---|
| Fields in org.apache.catalina.tribes.tipis declared as Channel | |
|---|---|
protected Channel |
AbstractReplicatedMap.channel
Reference to the channel for sending messages |
| Methods in org.apache.catalina.tribes.tipis that return Channel | |
|---|---|
Channel |
AbstractReplicatedMap.getChannel()
|
| Methods in org.apache.catalina.tribes.tipis with parameters of type Channel | |
|---|---|
protected void |
AbstractReplicatedMap.init(AbstractReplicatedMap.MapOwner owner,
Channel channel,
String mapContextName,
long timeout,
int channelSendOptions,
ClassLoader[] cls)
Initializes the map by creating the RPC channel, registering itself as a channel listener This method is also responsible for initiating the state transfer |
| Constructors in org.apache.catalina.tribes.tipis with parameters of type Channel | |
|---|---|
AbstractReplicatedMap(AbstractReplicatedMap.MapOwner owner,
Channel channel,
long timeout,
String mapContextName,
int initialCapacity,
float loadFactor,
int channelSendOptions,
ClassLoader[] cls)
Creates a new map |
|
LazyReplicatedMap(AbstractReplicatedMap.MapOwner owner,
Channel channel,
long timeout,
String mapContextName,
ClassLoader[] cls)
Creates a new map |
|
LazyReplicatedMap(AbstractReplicatedMap.MapOwner owner,
Channel channel,
long timeout,
String mapContextName,
int initialCapacity,
ClassLoader[] cls)
Creates a new map |
|
LazyReplicatedMap(AbstractReplicatedMap.MapOwner owner,
Channel channel,
long timeout,
String mapContextName,
int initialCapacity,
float loadFactor,
ClassLoader[] cls)
Creates a new map |
|
ReplicatedMap(AbstractReplicatedMap.MapOwner owner,
Channel channel,
long timeout,
String mapContextName,
ClassLoader[] cls)
Creates a new map |
|
ReplicatedMap(AbstractReplicatedMap.MapOwner owner,
Channel channel,
long timeout,
String mapContextName,
int initialCapacity,
ClassLoader[] cls)
Creates a new map |
|
ReplicatedMap(AbstractReplicatedMap.MapOwner owner,
Channel channel,
long timeout,
String mapContextName,
int initialCapacity,
float loadFactor,
ClassLoader[] cls)
Creates a new map |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||