public final class AllocationEventFilter extends Object
To create the filter, use AllocationEventFilter.newBuilder() and complete that by calling
AllocationEventFilter.Builder.build().
| Modifier and Type | Class and Description |
|---|---|
class |
AllocationEventFilter.Builder
A builder of
AllocationEventFilter. |
| Modifier and Type | Field and Description |
|---|---|
static AllocationEventFilter |
ANY
A filter that matches all allocations in all languages.
|
| Modifier and Type | Method and Description |
|---|---|
static AllocationEventFilter.Builder |
newBuilder()
Creates a new
AllocationEventFilter instance through a AllocationEventFilter.Builder. |
public static final AllocationEventFilter ANY
public static AllocationEventFilter.Builder newBuilder()
AllocationEventFilter instance through a AllocationEventFilter.Builder.