org.terracotta.statistics.archive
Class DevNull

java.lang.Object
  extended by org.terracotta.statistics.archive.DevNull
All Implemented Interfaces:
SampleSink<Object>

public class DevNull
extends Object
implements SampleSink<Object>

Author:
cdennis

Field Summary
static SampleSink<Object> DEV_NULL
           
 
Method Summary
 void accept(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEV_NULL

public static final SampleSink<Object> DEV_NULL
Method Detail

accept

public void accept(Object object)
Specified by:
accept in interface SampleSink<Object>


Copyright © 2016. All Rights Reserved.