GigaSpaces XAP 9.7.2 API

Uses of Class
com.gigaspaces.client.SpaceProxyOperationModifiers

Packages that use SpaceProxyOperationModifiers
com.gigaspaces.client Deprecated: use org.openspaces.core instead. 
org.openspaces.core.config.modifiers   
 

Uses of SpaceProxyOperationModifiers in com.gigaspaces.client
 

Subclasses of SpaceProxyOperationModifiers in com.gigaspaces.client
 class ChangeModifiers
          Provides modifiers to customize the behavior of change operations.
 class ClearModifiers
          Provides modifiers to customize the behavior of clear operations.
 class CountModifiers
          Provides modifiers to customize the behavior of count operations.
 class com.gigaspaces.client.IsolationLevelModifiers
           
 class ReadModifiers
          Provides modifiers to customize the behavior of read operations.
 class TakeModifiers
          Provides modifiers to customize the behavior of take operations.
 class WriteModifiers
          Provides modifiers to customize the behavior of write operations.
 

Methods in com.gigaspaces.client with type parameters of type SpaceProxyOperationModifiers
protected
<T extends SpaceProxyOperationModifiers>
T
SpaceProxyOperationModifiers.createIfNeeded(int modifiers)
           
 

Methods in com.gigaspaces.client that return SpaceProxyOperationModifiers
protected abstract  SpaceProxyOperationModifiers SpaceProxyOperationModifiers.create(int modifiers)
           
 

Methods in com.gigaspaces.client that return types with arguments of type SpaceProxyOperationModifiers
protected  Map<Integer,SpaceProxyOperationModifiers> ChangeModifiers.getCache()
           
protected  Map<Integer,SpaceProxyOperationModifiers> ClearModifiers.getCache()
           
protected  Map<Integer,SpaceProxyOperationModifiers> CountModifiers.getCache()
           
protected  Map<Integer,SpaceProxyOperationModifiers> ReadModifiers.getCache()
           
protected abstract  Map<Integer,SpaceProxyOperationModifiers> SpaceProxyOperationModifiers.getCache()
           
protected  Map<Integer,SpaceProxyOperationModifiers> TakeModifiers.getCache()
           
protected  Map<Integer,SpaceProxyOperationModifiers> WriteModifiers.getCache()
           
 

Methods in com.gigaspaces.client with parameters of type SpaceProxyOperationModifiers
protected  int SpaceProxyOperationModifiers.add(SpaceProxyOperationModifiers modifiers)
           
protected  boolean SpaceProxyOperationModifiers.contains(SpaceProxyOperationModifiers modifiers)
          Checks if the specified modifier is set.
protected  int SpaceProxyOperationModifiers.remove(SpaceProxyOperationModifiers modifiers)
           
 

Constructors in com.gigaspaces.client with parameters of type SpaceProxyOperationModifiers
SpaceProxyOperationModifiers(SpaceProxyOperationModifiers... modifiers)
           
SpaceProxyOperationModifiers(SpaceProxyOperationModifiers m1, SpaceProxyOperationModifiers m2)
           
SpaceProxyOperationModifiers(SpaceProxyOperationModifiers m1, SpaceProxyOperationModifiers m2, SpaceProxyOperationModifiers m3)
           
 

Uses of SpaceProxyOperationModifiers in org.openspaces.core.config.modifiers
 

Classes in org.openspaces.core.config.modifiers with type parameters of type SpaceProxyOperationModifiers
 class AbstractSpaceProxyOperationModifierFactoryBean<T extends SpaceProxyOperationModifiers>
          Base class for different modifier types beans.
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.