Package org.apache.druid.client.indexing
Class IndexingWorker
- java.lang.Object
-
- org.apache.druid.client.indexing.IndexingWorker
-
public class IndexingWorker extends Object
Should be synchronized with org.apache.druid.indexing.worker.Worker
-
-
Constructor Summary
Constructors Constructor Description IndexingWorker(String scheme, String host, String ip, int capacity, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCapacity()StringgetHost()StringgetIp()StringgetScheme()StringgetVersion()inthashCode()StringtoString()
-