com.netflix.astyanax.shallows
Class EmptyKeyspaceTracer

java.lang.Object
  extended by com.netflix.astyanax.shallows.EmptyKeyspaceTracer
All Implemented Interfaces:
CassandraOperationTracer

public class EmptyKeyspaceTracer
extends java.lang.Object
implements CassandraOperationTracer


Method Summary
 void failure(com.netflix.astyanax.connectionpool.exceptions.ConnectionException e)
           
static EmptyKeyspaceTracer getInstance()
           
 CassandraOperationTracer start()
           
 void success()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EmptyKeyspaceTracer getInstance()

start

public CassandraOperationTracer start()
Specified by:
start in interface CassandraOperationTracer

success

public void success()
Specified by:
success in interface CassandraOperationTracer

failure

public void failure(com.netflix.astyanax.connectionpool.exceptions.ConnectionException e)
Specified by:
failure in interface CassandraOperationTracer