Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.configuration.cache
Class Configurations

java.lang.Object
  extended by org.infinispan.configuration.cache.Configurations

public class Configurations
extends Object

Helper configuration methods.

Since:
5.2
Author:
Galder ZamarreƱo

Method Summary
static boolean isOnePhaseCommit(Configuration cfg)
           
static boolean isSecondPhaseAsync(Configuration cfg)
           
static boolean isStateTransferEnabled(Configuration cfg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSecondPhaseAsync

public static boolean isSecondPhaseAsync(Configuration cfg)

isOnePhaseCommit

public static boolean isOnePhaseCommit(Configuration cfg)

isStateTransferEnabled

public static boolean isStateTransferEnabled(Configuration cfg)

Infinispan Distribution 5.2.6.Final-redhat-2

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