MCPcopy
hub / github.com/statsd/statsd / finalize

Method finalize

examples/StatsdClient.java:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 protected void finalize() {
78 flush();
79 }
80
81 public synchronized void setBufferSize(short packetBufferSize) {
82 if(sendBuffer != null) {

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected