public class LookupSnapshotTaker extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PERSIST_FILE_NAME |
| Constructor and Description |
|---|
LookupSnapshotTaker(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
String persistDirectory) |
| Modifier and Type | Method and Description |
|---|---|
File |
getPersistFile() |
List<io.druid.query.lookup.LookupBean> |
pullExistingSnapshot() |
void |
takeSnapshot(List<io.druid.query.lookup.LookupBean> lookups) |
protected static final String PERSIST_FILE_NAME
public LookupSnapshotTaker(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
String persistDirectory)
Copyright © 2011–2017. All rights reserved.