org.apache.avro.ipc.trace
Class TracePluginConfiguration
java.lang.Object
org.apache.avro.ipc.trace.TracePluginConfiguration
public class TracePluginConfiguration
- extends Object
Helper class for configuring Avro's TracePlugin
. If you are using
a common configuration module, wrap this class with your own configuration.
DEFAULT_CLIENT_PORT
public static final int DEFAULT_CLIENT_PORT
- See Also:
- Constant Field Values
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
traceProb
public double traceProb
port
public int port
clientPort
public int clientPort
storageType
public TracePlugin.StorageType storageType
maxSpans
public long maxSpans
enabled
public boolean enabled
buffer
public boolean buffer
compressionLevel
public int compressionLevel
fileGranularitySeconds
public int fileGranularitySeconds
spanStorageDir
public String spanStorageDir
TracePluginConfiguration
public TracePluginConfiguration()
- Return a TracePluginConfiguration with default options.
equals
public boolean equals(Object otherObj)
- Overrides:
equals
in class Object
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.