| Package | Description |
|---|---|
| org.graylog.grn | |
| org.graylog.grn.providers |
| Modifier and Type | Method and Description |
|---|---|
abstract GRNDescriptor |
GRNDescriptor.Builder.build() |
static GRNDescriptor |
GRNDescriptor.create(GRN grn,
String title) |
static GRNDescriptor |
GRNDescriptor.empty(GRN grn) |
GRNDescriptor |
GRNDescriptorProvider.get(GRN grn)
Returns the
GRNDescriptor for the given GRN. |
GRNDescriptor |
GRNDescriptorService.getDescriptor(GRN grn)
Returns the descriptor instance for the given GRN.
|
| Modifier and Type | Method and Description |
|---|---|
Set<GRNDescriptor> |
GRNDescriptorService.getDescriptors(Collection<GRN> grns)
Returns descriptors for the given GRN collection.
|
| Modifier and Type | Method and Description |
|---|---|
GRNDescriptor |
FallbackGRNDescriptorProvider.get(GRN grn) |
GRNDescriptor |
ViewGRNDescriptorProvider.get(GRN grn) |
GRNDescriptor |
EventNotificationGRNDescriptorProvider.get(GRN grn) |
GRNDescriptor |
StreamGRNDescriptorProvider.get(GRN grn) |
GRNDescriptor |
UserGRNDescriptorProvider.get(GRN grn) |
GRNDescriptor |
EventDefinitionGRNDescriptorProvider.get(GRN grn) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.