public class TracePluginConfiguration extends Object
TracePlugin
. If you are using
a common configuration module, wrap this class with your own configuration.Modifier and Type | Field and Description |
---|---|
boolean |
buffer |
int |
clientPort |
int |
compressionLevel |
static int |
DEFAULT_CLIENT_PORT |
static int |
DEFAULT_PORT |
boolean |
enabled |
int |
fileGranularitySeconds |
long |
maxSpans |
int |
port |
String |
spanStorageDir |
TracePlugin.StorageType |
storageType |
double |
traceProb |
Constructor and Description |
---|
TracePluginConfiguration()
Return a TracePluginConfiguration with default options.
|
public static final int DEFAULT_CLIENT_PORT
public static final int DEFAULT_PORT
public double traceProb
public int port
public int clientPort
public TracePlugin.StorageType storageType
public long maxSpans
public boolean enabled
public boolean buffer
public int compressionLevel
public int fileGranularitySeconds
public String spanStorageDir
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.