public class Layer extends Object implements Iterable<LogFile>, EventSource
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Instance |
instance |
protected Storage |
storage |
| Modifier | Constructor and Description |
|---|---|
protected |
Layer(Instance instance,
String id) |
protected final Instance instance
protected final String id
protected final Storage storage
public Instance getInstance()
public String getId()
public Storage getStorage()
public Iterable<Event> getEvents(EventFilter filter)
getEvents in interface EventSourceCopyright © 2016. All rights reserved.