use of com.navercorp.pinpoint.flink.mapper.thrift.stat.JoinAgentStatBoMapper in project pinpoint by naver.
the class TBaseFlatMapper method open.
public void open(Configuration parameters) throws Exception {
GlobalJobParameters globalJobParameters = getRuntimeContext().getExecutionConfig().getGlobalJobParameters();
this.joinAgentStatBoMapper = new JoinAgentStatBoMapper();
Bootstrap bootstrap = Bootstrap.getInstance(globalJobParameters.toMap());
applicationCache = bootstrap.getApplicationCache();
tBaseFlatMapperInterceptor = bootstrap.getTbaseFlatMapperInterceptor();
}
Aggregations