public abstract class ChunkDescription extends Object
| Constructor and Description |
|---|
ChunkDescription() |
| Modifier and Type | Method and Description |
|---|---|
static ChunkDescription |
create(long size,
String entry,
List<String> css) |
abstract List<String> |
css() |
abstract String |
entry() |
abstract long |
size() |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.