Uses of Interface
org.apache.avro.ipc.trace.SpanStorage

Packages that use SpanStorage
org.apache.avro.ipc.trace   
 

Uses of SpanStorage in org.apache.avro.ipc.trace
 

Classes in org.apache.avro.ipc.trace that implement SpanStorage
 class FileSpanStorage
          A file-based { @link SpanStorage } implementation for Avro's { @link TracePlugin }.
 class InMemorySpanStorage
          Example implementation of SpanStorage which keeps spans in memory.
 

Fields in org.apache.avro.ipc.trace declared as SpanStorage
protected  SpanStorage TracePlugin.storage
           
 



Copyright © 2010 The Apache Software Foundation