Package pl.tkowalcz.tjahzi
Class TjahziInitializer
java.lang.Object
pl.tkowalcz.tjahzi.TjahziInitializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLoggingSystem(NettyHttpClient httpClient, MonitoringModule monitoringModule, Map<String, String> staticLabels, long batchSizeBytes, long batchWaitMillis, int bufferSizeBytes, long logShipperWakeupIntervalMillis, long shutdownTimeoutMillis, boolean useDaemonThreads) static booleanisCorrectSize(int bufferSize)
-
Field Details
-
MIN_BUFFER_SIZE_BYTES
public static final int MIN_BUFFER_SIZE_BYTES- See Also:
-
-
Constructor Details
-
TjahziInitializer
public TjahziInitializer()
-
-
Method Details
-
createLoggingSystem
public LoggingSystem createLoggingSystem(NettyHttpClient httpClient, MonitoringModule monitoringModule, Map<String, String> staticLabels, long batchSizeBytes, long batchWaitMillis, int bufferSizeBytes, long logShipperWakeupIntervalMillis, long shutdownTimeoutMillis, boolean useDaemonThreads) -
isCorrectSize
public static boolean isCorrectSize(int bufferSize)
-