Interface | Description |
---|---|
BatchingLogger |
Implemented by classes providing the functionality to upload log data in batches.
|
HttpEndpoint |
Class | Description |
---|---|
AbstractBatchingLogger |
Common functionality for uploading log entries in batches.
|
AbstractBatchingLogger.BatchEntry | |
HiveRowFormatter |
Use this formatter as you would use a Builder to create Hive formatted rows that will transmit
correctly according to Scribe/Hive protocol.
|
HttpResponse | |
MacIpv6BugWorkaround |
When attempting to communicate with IPV6-only servers, Java 10 and earlier will attempt to do so
using the wrong network interface (AirDrop or Touch Bar instead of one's actual wifi or ethernet
interface).
|
RemoteLogBuckConfig | |
ScribeBatchingLogger |
Uploads log entries to the given scribe category.
|
ScribeLogger | |
ThriftScribeLogger |