Uses of Class
com.hazelcast.map.impl.client.AbstractTxnMapRequest.TxnMapRequestType

Packages that use AbstractTxnMapRequest.TxnMapRequestType
com.hazelcast.map.impl.client Contains client requests for the IMap 
 

Uses of AbstractTxnMapRequest.TxnMapRequestType in com.hazelcast.map.impl.client
 

Methods in com.hazelcast.map.impl.client that return AbstractTxnMapRequest.TxnMapRequestType
static AbstractTxnMapRequest.TxnMapRequestType AbstractTxnMapRequest.TxnMapRequestType.getByType(int type)
           
static AbstractTxnMapRequest.TxnMapRequestType AbstractTxnMapRequest.TxnMapRequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractTxnMapRequest.TxnMapRequestType[] AbstractTxnMapRequest.TxnMapRequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hazelcast.map.impl.client with parameters of type AbstractTxnMapRequest.TxnMapRequestType
AbstractTxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType)
           
AbstractTxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key)
           
AbstractTxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value)
           
AbstractTxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value, Data newValue)
           
AbstractTxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value, long ttl, TimeUnit timeUnit)
           
TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType)
           
TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key)
           
TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value)
           
TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value, Data newValue)
           
TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value, long ttl, TimeUnit timeUnit)
           
TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Predicate predicate)
           
TxnMapRequestWithSQLQuery(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, String predicate)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.