public abstract class CacheApi extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheApi.Builder |
Constructor and Description |
---|
CacheApi() |
Modifier and Type | Method and Description |
---|---|
static CacheApi.Builder |
builder() |
abstract @NotNull LookupCacheConfiguration |
config() |
abstract String |
contentPack() |
abstract String |
description() |
static CacheApi |
fromDto(CacheDto dto) |
abstract String |
id() |
abstract @NotEmpty String |
name() |
abstract @NotEmpty String |
title() |
CacheDto |
toDto() |
@NotEmpty public abstract @NotEmpty String title()
public abstract String description()
@NotEmpty public abstract @NotEmpty String name()
@NotNull public abstract @NotNull LookupCacheConfiguration config()
public static CacheApi.Builder builder()
public CacheDto toDto()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.