Skip navigation links
A B C D E F G H I J K L M N O P R S T V 

A

awaitTermination(long, TimeUnit) - Method in class io.dropwizard.util.DirectExecutorService
 

B

bytes(long) - Static method in class io.dropwizard.util.DataSize
 
bytes(long) - Static method in class io.dropwizard.util.Size
Deprecated.
 
ByteStreams - Class in io.dropwizard.util
 

C

CharStreams - Class in io.dropwizard.util
 
compareTo(DataSize) - Method in class io.dropwizard.util.DataSize
 
compareTo(Duration) - Method in class io.dropwizard.util.Duration
 
compareTo(Size) - Method in class io.dropwizard.util.Size
Deprecated.
 
convert(long, DataSizeUnit) - Method in enum io.dropwizard.util.DataSizeUnit
Converts a size of the given unit into the current unit.
convert(long, SizeUnit) - Method in enum io.dropwizard.util.SizeUnit
Deprecated.
Converts a size of the given unit into the current unit.
copy(InputStream, OutputStream) - Static method in class io.dropwizard.util.ByteStreams
 
copy(URL, OutputStream) - Static method in class io.dropwizard.util.Resources
Copies all bytes from a URL to an output stream.

D

DataSize - Class in io.dropwizard.util
A data size with SI or IEC prefix, such as "128KB" or "5 Gibibytes".
DataSizeUnit - Enum in io.dropwizard.util
A unit of information using SI and IEC prefixes.
days(long) - Static method in class io.dropwizard.util.Duration
 
DirectExecutorService - Class in io.dropwizard.util
 
DirectExecutorService() - Constructor for class io.dropwizard.util.DirectExecutorService
 
Duration - Class in io.dropwizard.util
 

E

emptyToNull(String) - Static method in class io.dropwizard.util.Strings
Returns the given string if it is nonempty; null otherwise.
Enums - Class in io.dropwizard.util
Helper methods for enum types.
Enums() - Constructor for class io.dropwizard.util.Enums
 
equals(Object) - Method in class io.dropwizard.util.DataSize
 
equals(Object) - Method in class io.dropwizard.util.Duration
 
equals(Object) - Method in class io.dropwizard.util.Size
Deprecated.
 
execute(Runnable) - Method in class io.dropwizard.util.DirectExecutorService
 

F

fromDataSize(DataSize) - Static method in class io.dropwizard.util.Size
Deprecated.
 
fromGuavaOptional(Optional<T>) - Static method in class io.dropwizard.util.Optionals
Convert a Guava Optional to an Optional.
fromSize(Size) - Static method in class io.dropwizard.util.DataSize
 
fromStringFuzzy(String, Enum<?>[]) - Static method in class io.dropwizard.util.Enums
Convert a string to an enum with more permissive rules than Enum valueOf().

G

Generics - Class in io.dropwizard.util
Helper methods for class type parameters.
getQuantity() - Method in class io.dropwizard.util.DataSize
 
getQuantity() - Method in class io.dropwizard.util.Duration
 
getQuantity() - Method in class io.dropwizard.util.Size
Deprecated.
 
getResource(String) - Static method in class io.dropwizard.util.Resources
Returns a URL pointing to resourceName if the resource is found using the context class loader.
getRootCause(Throwable) - Static method in class io.dropwizard.util.Throwables
Returns the innermost cause of throwable.
getTypeParameter(Class<?>) - Static method in class io.dropwizard.util.Generics
Finds the type parameter for the given class.
getTypeParameter(Class<?>, Class<? super T>) - Static method in class io.dropwizard.util.Generics
Finds the type parameter for the given class which is assignable to the bound class.
getUnit() - Method in class io.dropwizard.util.DataSize
 
getUnit() - Method in class io.dropwizard.util.Duration
 
getUnit() - Method in class io.dropwizard.util.Size
Deprecated.
 
getVersion() - Method in class io.dropwizard.util.JarLocation
 
gibibytes(long) - Static method in class io.dropwizard.util.DataSize
 
gigabytes(long) - Static method in class io.dropwizard.util.DataSize
 
gigabytes(long) - Static method in class io.dropwizard.util.Size
Deprecated.
 

H

hashCode() - Method in class io.dropwizard.util.DataSize
 
hashCode() - Method in class io.dropwizard.util.Duration
 
hashCode() - Method in class io.dropwizard.util.Size
Deprecated.
 
hours(long) - Static method in class io.dropwizard.util.Duration
 

I

io.dropwizard.util - package io.dropwizard.util
 
isJava8() - Static method in class io.dropwizard.util.JavaVersion
 
isNullOrEmpty(String) - Static method in class io.dropwizard.util.Strings
Returns true if the given string is null or is the empty string.
isShutdown() - Method in class io.dropwizard.util.DirectExecutorService
 
isTerminated() - Method in class io.dropwizard.util.DirectExecutorService
 

J

JarLocation - Class in io.dropwizard.util
A class which encapsulates the location on the local filesystem of the JAR in which the current code is executing.
JarLocation(Class<?>) - Constructor for class io.dropwizard.util.JarLocation
 
JavaVersion - Class in io.dropwizard.util
 

K

kibibytes(long) - Static method in class io.dropwizard.util.DataSize
 
kilobytes(long) - Static method in class io.dropwizard.util.DataSize
 
kilobytes(long) - Static method in class io.dropwizard.util.Size
Deprecated.
 

L

Lists - Class in io.dropwizard.util
 

M

Maps - Class in io.dropwizard.util
 
mebibytes(long) - Static method in class io.dropwizard.util.DataSize
 
megabytes(long) - Static method in class io.dropwizard.util.DataSize
 
megabytes(long) - Static method in class io.dropwizard.util.Size
Deprecated.
 
microseconds(long) - Static method in class io.dropwizard.util.Duration
 
milliseconds(long) - Static method in class io.dropwizard.util.Duration
 
minutes(long) - Static method in class io.dropwizard.util.Duration
 

N

nanoseconds(long) - Static method in class io.dropwizard.util.Duration
 
nullToEmpty(String) - Static method in class io.dropwizard.util.Strings
Returns the given string if it is non-null; the empty string otherwise.

O

of(Iterable<T>) - Static method in class io.dropwizard.util.Lists
 
of(Iterator<T>) - Static method in class io.dropwizard.util.Lists
 
of(K, V, K, V) - Static method in class io.dropwizard.util.Maps
 
of(K, V, K, V, K, V) - Static method in class io.dropwizard.util.Maps
 
of(K, V, K, V, K, V, K, V) - Static method in class io.dropwizard.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class io.dropwizard.util.Maps
 
of(T, T) - Static method in class io.dropwizard.util.Sets
 
of(T, T, T) - Static method in class io.dropwizard.util.Sets
 
of(T, T, T, T) - Static method in class io.dropwizard.util.Sets
 
of(T, T, T, T, T) - Static method in class io.dropwizard.util.Sets
 
of(T...) - Static method in class io.dropwizard.util.Sets
 
of(Iterable<T>) - Static method in class io.dropwizard.util.Sets
 
Optionals - Class in io.dropwizard.util
 
Optionals() - Constructor for class io.dropwizard.util.Optionals
 

P

parse(CharSequence) - Static method in class io.dropwizard.util.DataSize
 
parse(CharSequence, DataSizeUnit) - Static method in class io.dropwizard.util.DataSize
 
parse(String) - Static method in class io.dropwizard.util.Duration
 
parse(String) - Static method in class io.dropwizard.util.Size
Deprecated.
 
pebibytes(long) - Static method in class io.dropwizard.util.DataSize
 
petabytes(long) - Static method in class io.dropwizard.util.DataSize
 

R

repeat(String, int) - Static method in class io.dropwizard.util.Strings
Returns a string consisting of a specific number of concatenated copies of an input string.
Resources - Class in io.dropwizard.util
 

S

seconds(long) - Static method in class io.dropwizard.util.Duration
 
Sets - Class in io.dropwizard.util
 
shutdown() - Method in class io.dropwizard.util.DirectExecutorService
 
shutdownNow() - Method in class io.dropwizard.util.DirectExecutorService
 
Size - Class in io.dropwizard.util
Deprecated.
Use DataSize for correct SI and IEC prefixes.
SizeUnit - Enum in io.dropwizard.util
Deprecated.
Use DataSizeUnit for correct SI and IEC prefixes.
Strings - Class in io.dropwizard.util
 

T

tebibytes(long) - Static method in class io.dropwizard.util.DataSize
 
terabytes(long) - Static method in class io.dropwizard.util.DataSize
 
terabytes(long) - Static method in class io.dropwizard.util.Size
Deprecated.
 
Throwables - Class in io.dropwizard.util
 
toByteArray(InputStream) - Static method in class io.dropwizard.util.ByteStreams
 
toByteArray(URL) - Static method in class io.dropwizard.util.Resources
Reads all bytes from a URL into a byte array.
toBytes() - Method in class io.dropwizard.util.DataSize
 
toBytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into bytes.
toBytes() - Method in class io.dropwizard.util.Size
Deprecated.
 
toBytes(long) - Method in enum io.dropwizard.util.SizeUnit
Deprecated.
Converts the given number of the current units into bytes.
toDataSize() - Method in class io.dropwizard.util.Size
Deprecated.
 
toDataSizeUnit() - Method in enum io.dropwizard.util.SizeUnit
Deprecated.
Convert this size unit into a data size unit with correct SI and IEC prefix.
toDays() - Method in class io.dropwizard.util.Duration
 
toGibibytes() - Method in class io.dropwizard.util.DataSize
 
toGibibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into gibibytes.
toGigabytes() - Method in class io.dropwizard.util.DataSize
 
toGigabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into gigabytes.
toGigabytes() - Method in class io.dropwizard.util.Size
Deprecated.
 
toGigabytes(long) - Method in enum io.dropwizard.util.SizeUnit
Deprecated.
Converts the given number of the current units into gigabytes.
toGuavaOptional(Optional<T>) - Static method in class io.dropwizard.util.Optionals
Convert an Optional to a Guava Optional.
toHours() - Method in class io.dropwizard.util.Duration
 
toKibibytes() - Method in class io.dropwizard.util.DataSize
 
toKibibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into kibibytes.
toKilobytes() - Method in class io.dropwizard.util.DataSize
 
toKilobytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into kilobytes.
toKilobytes() - Method in class io.dropwizard.util.Size
Deprecated.
 
toKilobytes(long) - Method in enum io.dropwizard.util.SizeUnit
Deprecated.
Converts the given number of the current units into kilobytes.
toMebibytes() - Method in class io.dropwizard.util.DataSize
 
toMebibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into mebibytes.
toMegabytes() - Method in class io.dropwizard.util.DataSize
 
toMegabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into megabytes.
toMegabytes() - Method in class io.dropwizard.util.Size
Deprecated.
 
toMegabytes(long) - Method in enum io.dropwizard.util.SizeUnit
Deprecated.
Converts the given number of the current units into megabytes.
toMicroseconds() - Method in class io.dropwizard.util.Duration
 
toMilliseconds() - Method in class io.dropwizard.util.Duration
 
toMinutes() - Method in class io.dropwizard.util.Duration
 
toNanoseconds() - Method in class io.dropwizard.util.Duration
 
toPebibytes() - Method in class io.dropwizard.util.DataSize
 
toPebibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into pebibytes.
toPetabytes() - Method in class io.dropwizard.util.DataSize
 
toPetabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into petabytes.
toSeconds() - Method in class io.dropwizard.util.Duration
 
toSize() - Method in class io.dropwizard.util.DataSize
 
toString(Reader) - Static method in class io.dropwizard.util.CharStreams
 
toString() - Method in class io.dropwizard.util.DataSize
 
toString() - Method in class io.dropwizard.util.Duration
 
toString() - Method in class io.dropwizard.util.JarLocation
 
toString(URL, Charset) - Static method in class io.dropwizard.util.Resources
Reads all characters from a URL into a String, using the given character set.
toString() - Method in class io.dropwizard.util.Size
Deprecated.
 
toTebibytes() - Method in class io.dropwizard.util.DataSize
 
toTebibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into tebibytes.
toTerabytes() - Method in class io.dropwizard.util.DataSize
 
toTerabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
Converts the given number of the current units into terabytes.
toTerabytes() - Method in class io.dropwizard.util.Size
Deprecated.
 
toTerabytes(long) - Method in enum io.dropwizard.util.SizeUnit
Deprecated.
Converts the given number of the current units into terabytes.

V

valueOf(String) - Static method in enum io.dropwizard.util.DataSizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.dropwizard.util.SizeUnit
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.dropwizard.util.DataSizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.dropwizard.util.SizeUnit
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P R S T V 
Skip navigation links

Copyright © 2011. All rights reserved.