| 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() |
| 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–2021 Graylog, Inc.. All rights reserved.