Package | Description |
---|---|
com.amazon.carbonado |
Main user-level interfaces, classes, and annotations for Carbonado.
|
Modifier and Type | Method and Description |
---|---|
static Query.Timeout |
Query.Timeout.hours(long timeout)
Return a new Timeout in hours.
|
static Query.Timeout |
Query.Timeout.micros(long timeout)
Return a new Timeout in microseconds.
|
static Query.Timeout |
Query.Timeout.millis(long timeout)
Return a new Timeout in milliseconds.
|
static Query.Timeout |
Query.Timeout.minutes(long timeout)
Return a new Timeout in minutes.
|
static Query.Timeout |
Query.Timeout.nanos(long timeout)
Return a new Timeout in nanoseconds.
|
static Query.Timeout |
Query.Timeout.seconds(long timeout)
Return a new Timeout in seconds.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.