类 Collector
- java.lang.Object
-
- com.datarangers.collector.Collector
-
- 所有已实现的接口:
EventCollector
- 直接已知子类:
AppEventCollector
public abstract class Collector extends Object implements EventCollector
- 作者:
- taojian
-
-
字段概要
字段 修饰符和类型 字段 说明 static CollectorContainercollectorContainerstatic ExecutorhttpRequestPoolstatic org.slf4j.Loggerloggerprotected DataRangersSDKConfigPropertiespropertiesstatic ScheduledExecutorServicescheduled
-
构造器概要
构造器 构造器 说明 Collector(String appType, DataRangersSDKConfigProperties properties)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAppType()voidsend(Message message)protected voidsendMessage(Message message)CollectorsetAppType(String appType)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.datarangers.collector.EventCollector
itemSet, itemUnset, profileAppend, profileIncrement, profileSet, profileSetOnce, profileUnset, sendEvent, sendEvent, sendEvent, sendEvent, sendEvent, sendEvents, sendProfiles
-
-
-
-
字段详细资料
-
logger
public static final org.slf4j.Logger logger
-
httpRequestPool
public static Executor httpRequestPool
-
scheduled
public static ScheduledExecutorService scheduled
-
collectorContainer
public static CollectorContainer collectorContainer
-
properties
protected DataRangersSDKConfigProperties properties
-
-
构造器详细资料
-
Collector
public Collector(String appType, DataRangersSDKConfigProperties properties)
-
-