| Package | Description |
|---|---|
| org.graylog2.rest.resources.streams.responses | |
| org.graylog2.streams |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<StreamDTO> |
StreamPageListResponse.streams() |
| Modifier and Type | Method and Description |
|---|---|
static StreamPageListResponse |
StreamPageListResponse.create(String query,
PaginatedList.PaginationInfo paginationInfo,
long total,
String sort,
String order,
Collection<StreamDTO> streams) |
| Modifier and Type | Method and Description |
|---|---|
abstract StreamDTO |
StreamDTO.Builder.build() |
static StreamDTO |
StreamDTO.create(String id,
String creatorUserId,
Collection<org.bson.types.ObjectId> outputs,
String matchingType,
String description,
String createdAt,
boolean disabled,
Collection<StreamRule> rules,
Collection<AlertConditionSummary> alertConditions,
AlertReceivers alertReceivers,
String title,
String contentPack,
Boolean isDefault,
Boolean removeMatchesFromDefaultStream,
String indexSetId) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<StreamDTO> |
PaginatedStreamService.findPaginated(SearchQuery searchQuery,
Predicate<StreamDTO> filter,
int page,
int perPage,
String sortField,
String order) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<StreamDTO> |
PaginatedStreamService.findPaginated(SearchQuery searchQuery,
Predicate<StreamDTO> filter,
int page,
int perPage,
String sortField,
String order) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.