| Class | Description |
|---|---|
| ComposableSnapshotFilter<K,V> |
The ComposableSnapshotFilter class is a GemFire SnapshotFilter implementation of the Composition design pattern
allowing 2 or more SnapshotFilters to be combined by logical AND and OR operators acting as a single SnapshotFilter.
|
| Enum | Description |
|---|---|
| ComposableSnapshotFilter.Operator |
Operator is an enumeration of logical operators (AND, OR) used to compose SnapshotFilters
into a boolean expression.
|