public class EventToIndex extends Object implements AutoCloseable
Constructor and Description |
---|
EventToIndex(io.searchbox.client.JestClient jestClient,
int bulkRetryCount) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
forwardEvents(List<Event> events) |
IndexSettings |
getIndexSettings() |
boolean |
isLogEventDescription() |
protected static boolean |
isOID(String input) |
void |
setGroupOidParameters(boolean groupOidParameters) |
void |
setIndexSettings(IndexSettings indexSettings) |
void |
setIndexStrategy(IndexStrategy indexStrategy) |
void |
setLogAllEvents(boolean logAllEvents) |
void |
setLogEventDescription(boolean logEventDescription) |
void |
setNodeCache(NodeCache cache) |
void |
setThreads(int threads) |
public EventToIndex(io.searchbox.client.JestClient jestClient, int bulkRetryCount)
public void setIndexStrategy(IndexStrategy indexStrategy)
public boolean isLogEventDescription()
public void setLogEventDescription(boolean logEventDescription)
public void setLogAllEvents(boolean logAllEvents)
public void setThreads(int threads)
public void setNodeCache(NodeCache cache)
public void setGroupOidParameters(boolean groupOidParameters)
public void close()
close
in interface AutoCloseable
public IndexSettings getIndexSettings()
public void setIndexSettings(IndexSettings indexSettings)
protected static boolean isOID(String input)
Copyright © 2021. All rights reserved.