org.infinispan.configuration.global
Class TransportConfiguration

java.lang.Object
  extended by org.infinispan.configuration.global.TransportConfiguration

public class TransportConfiguration
extends Object


Method Summary
 String clusterName()
           
 long distributedSyncTimeout()
           
 boolean hasTopologyInfo()
           
 String machineId()
           
 String nodeName()
           
 TypedProperties properties()
           
 String rackId()
           
 String siteId()
           
 boolean strictPeerToPeer()
           
 String toString()
           
 Transport transport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

clusterName

public String clusterName()

machineId

public String machineId()

rackId

public String rackId()

siteId

public String siteId()

distributedSyncTimeout

public long distributedSyncTimeout()

transport

public Transport transport()

nodeName

public String nodeName()

strictPeerToPeer

public boolean strictPeerToPeer()

properties

public TypedProperties properties()

hasTopologyInfo

public boolean hasTopologyInfo()

toString

public String toString()
Overrides:
toString in class Object

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.