com.netflix.astyanax.shallows
Class EmptyKeyspaceTracerFactory

java.lang.Object
  extended by com.netflix.astyanax.shallows.EmptyKeyspaceTracerFactory
All Implemented Interfaces:
KeyspaceTracerFactory

public class EmptyKeyspaceTracerFactory
extends java.lang.Object
implements KeyspaceTracerFactory


Field Summary
static EmptyKeyspaceTracerFactory instance
           
 
Method Summary
static EmptyKeyspaceTracerFactory getInstance()
           
 CassandraOperationTracer newTracer(CassandraOperationType type)
          Create a tracer for cluster level operations
 CassandraOperationTracer newTracer(CassandraOperationType type, ColumnFamily<?,?> columnFamily)
          Create a tracer for a column family operation
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

public static final EmptyKeyspaceTracerFactory instance
Method Detail

getInstance

public static EmptyKeyspaceTracerFactory getInstance()

newTracer

public CassandraOperationTracer newTracer(CassandraOperationType type)
Description copied from interface: KeyspaceTracerFactory
Create a tracer for cluster level operations

Specified by:
newTracer in interface KeyspaceTracerFactory
Returns:

newTracer

public CassandraOperationTracer newTracer(CassandraOperationType type,
                                          ColumnFamily<?,?> columnFamily)
Description copied from interface: KeyspaceTracerFactory
Create a tracer for a column family operation

Specified by:
newTracer in interface KeyspaceTracerFactory
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object