| Package | Description |
|---|---|
| io.gs2.log.domain.iterator | |
| io.gs2.log.domain.model | |
| io.gs2.log.model | |
| io.gs2.log.result |
| Modifier and Type | Method and Description |
|---|---|
AccessLogCount |
CountAccessLogIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AccessLogCount> |
CountAccessLogIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
AccessLogCount |
AccessLogCountDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static AccessLogCount |
AccessLogCount.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
AccessLogCount |
AccessLogCount.withCount(Long count) |
AccessLogCount |
AccessLogCount.withMethod(String method) |
AccessLogCount |
AccessLogCount.withService(String service) |
AccessLogCount |
AccessLogCount.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<AccessLogCount> |
CountAccessLogResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
CountAccessLogResult.setItems(List<AccessLogCount> items) |
CountAccessLogResult |
CountAccessLogResult.withItems(List<AccessLogCount> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.