Serialized Form
-
Package io.dropwizard.util
-
Class io.dropwizard.util.DataSize
class DataSize extends Object implements Serializable- serialVersionUID:
- 8517642678733072800L
-
Serialized Fields
-
count
long count
The quantity of the current data size -
unit
DataSizeUnit unit
The unit of the current data size
-
-
Class io.dropwizard.util.Duration
class Duration extends Object implements Serializable- serialVersionUID:
- 1445611723318059801L
-
Serialized Fields
-
count
long count
The quantity of the current duration -
unit
TimeUnit unit
The time unit of the current duration
-
-