|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
| org.infinispan.commands.control | Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. |
| org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
| org.infinispan.remoting.rpc | Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. |
| org.infinispan.remoting.transport | Transports handle the low-level networking, used by the remoting components. |
| org.infinispan.remoting.transport.jgroups | A transport implementation based on JGroups. |
| Uses of Transport in org.infinispan.commands |
|---|
| Methods in org.infinispan.commands with parameters of type Transport | |
|---|---|
void |
RemoteCommandsFactory.inject(Transport transport)
|
| Uses of Transport in org.infinispan.commands.control |
|---|
| Methods in org.infinispan.commands.control with parameters of type Transport | |
|---|---|
void |
StateTransferControlCommand.init(Transport transport)
|
| Constructors in org.infinispan.commands.control with parameters of type Transport | |
|---|---|
RehashControlCommand(Transport transport)
|
|
| Uses of Transport in org.infinispan.interceptors |
|---|
| Methods in org.infinispan.interceptors with parameters of type Transport | |
|---|---|
void |
DistCacheStoreInterceptor.inject(DistributionManager dm,
Transport transport)
|
| Uses of Transport in org.infinispan.remoting.rpc |
|---|
| Methods in org.infinispan.remoting.rpc that return Transport | |
|---|---|
Transport |
RpcManagerImpl.getTransport()
|
Transport |
RpcManager.getTransport()
|
| Methods in org.infinispan.remoting.rpc with parameters of type Transport | |
|---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Configuration configuration,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e)
|
void |
RpcManagerImpl.setTransport(Transport t)
|
| Uses of Transport in org.infinispan.remoting.transport |
|---|
| Classes in org.infinispan.remoting.transport that implement Transport | |
|---|---|
class |
AbstractTransport
Common transport-related behaviour |
| Uses of Transport in org.infinispan.remoting.transport.jgroups |
|---|
| Classes in org.infinispan.remoting.transport.jgroups that implement Transport | |
|---|---|
class |
JGroupsTransport
An encapsulation of a JGroups transport. |
|
Google Analytics | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||