Closeable
, with control over whether an IOException
may be thrown.Closeable
objects.InputStream
, logging any IOException
that's thrown rather
than propagating it.Reader
, logging any IOException
that's thrown rather than
propagating it.HBaseCompat
that has a no-arg public constructor.System.nanoTime()
as its time source.System.nanoTime()
as its time source.ExpectedValueCheckingTransaction
; however, it creates a transaction type specific
to HBase, which lets us check for user errors like passing a Cassandra
transaction into a HBase method.true
if Stopwatch.start()
has been called on this stopwatch,
and Stopwatch.stop()
has not been called since the last call to start()
.REGION_COUNT
is unset.algorithm
on a column family
descriptor cd
.Stopwatch.createUnstarted()
instead.Stopwatch.createUnstarted(Ticker)
instead.Copyright © 2012–2020. All rights reserved.