@Unstable public interface EventSearchResult extends AutoCloseable
EventStore
.Modifier and Type | Field and Description |
---|---|
static EventSearchResult |
EMPTY
An empty instance of
EventSearchResult . |
Modifier and Type | Method and Description |
---|---|
long |
getOffset() |
long |
getSize() |
long |
getTotalHits() |
Stream<Event> |
stream() |
close
static final EventSearchResult EMPTY
EventSearchResult
.long getTotalHits()
long getOffset()
long getSize()
Copyright © 2004–2021 XWiki. All rights reserved.