org.camunda.bpm.engine.impl.metrics
Class SimpleIpBasedProvider

java.lang.Object
  extended by org.camunda.bpm.engine.impl.metrics.SimpleIpBasedProvider
All Implemented Interfaces:
MetricsReporterIdProvider

public class SimpleIpBasedProvider
extends Object
implements MetricsReporterIdProvider

Author:
Thorben Lindhauer

Constructor Summary
SimpleIpBasedProvider()
           
 
Method Summary
static String createId(String ip, String engineName)
           
 String provideId(ProcessEngine processEngine)
          Provides an id that identifies the metrics reported as part of the given engine's process execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIpBasedProvider

public SimpleIpBasedProvider()
Method Detail

provideId

public String provideId(ProcessEngine processEngine)
Description copied from interface: MetricsReporterIdProvider
Provides an id that identifies the metrics reported as part of the given engine's process execution. May return null.

Specified by:
provideId in interface MetricsReporterIdProvider

createId

public static final String createId(String ip,
                                    String engineName)


Copyright © 2016 camunda services GmbH. All rights reserved.