Uses of Class
org.apache.blur.trace.TraceStorage

Packages that use TraceStorage
org.apache.blur.thrift   
org.apache.blur.trace   
org.apache.blur.trace.hdfs   
 

Uses of TraceStorage in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return TraceStorage
static TraceStorage ThriftServer.setupTraceStorage(BlurConfiguration configuration)
           
 

Uses of TraceStorage in org.apache.blur.trace
 

Subclasses of TraceStorage in org.apache.blur.trace
 class BaseTraceStorage
           
 class LogTraceStorage
           
 

Methods in org.apache.blur.trace that return TraceStorage
static TraceStorage Trace.getStorage()
           
 

Methods in org.apache.blur.trace with parameters of type TraceStorage
static void Trace.setStorage(TraceStorage storage)
           
 

Uses of TraceStorage in org.apache.blur.trace.hdfs
 

Subclasses of TraceStorage in org.apache.blur.trace.hdfs
 class HdfsTraceStorage
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.