Package | Description |
---|---|
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
com.gigaspaces.client.internal | |
org.openspaces.core.config.modifiers |
Modifier and Type | Class and Description |
---|---|
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 |
IsolationLevelModifiers
Base class for isolation level based space proxy operations modifiers.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends SpaceProxyOperationModifiers> |
SpaceProxyOperationModifiers.createIfNeeded(int modifiers) |
Modifier and Type | Method and Description |
---|---|
protected abstract SpaceProxyOperationModifiers |
SpaceProxyOperationModifiers.create(int modifiers) |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<Integer,SpaceProxyOperationModifiers> |
SpaceProxyOperationModifiers.getCache() |
protected Map<Integer,SpaceProxyOperationModifiers> |
ChangeModifiers.getCache() |
protected Map<Integer,SpaceProxyOperationModifiers> |
ClearModifiers.getCache() |
protected Map<Integer,SpaceProxyOperationModifiers> |
WriteModifiers.getCache() |
protected Map<Integer,SpaceProxyOperationModifiers> |
ReadModifiers.getCache() |
protected Map<Integer,SpaceProxyOperationModifiers> |
CountModifiers.getCache() |
protected Map<Integer,SpaceProxyOperationModifiers> |
TakeModifiers.getCache() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
SpaceProxyOperationModifiers(SpaceProxyOperationModifiers... modifiers) |
SpaceProxyOperationModifiers(SpaceProxyOperationModifiers m1,
SpaceProxyOperationModifiers m2) |
SpaceProxyOperationModifiers(SpaceProxyOperationModifiers m1,
SpaceProxyOperationModifiers m2,
SpaceProxyOperationModifiers m3) |
Modifier and Type | Class and Description |
---|---|
class |
InternalReadModifiers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpaceProxyOperationModifierFactoryBean<T extends SpaceProxyOperationModifiers>
Base class for different modifier types beans.
|
Copyright © GigaSpaces.