public interface AvailStorage
| Modifier and Type | Method and Description |
|---|---|
AvailDataPayloadBuilder |
createAvailDataPayloadBuilder() |
void |
store(AvailDataPayloadBuilder payloadBuilder,
long waitMillis)
Stores the availability data found in the given builder.
|
AvailDataPayloadBuilder createAvailDataPayloadBuilder()
void store(AvailDataPayloadBuilder payloadBuilder, long waitMillis)
waitMillis is provided, it indicates the caller is willing
to wait up to that amount of milliseconds for the store to complete before returning.payloadBuilder - contains the availability data to storewaitMillis - the amount of milliseconds to wait for the store to complete before returning (0==no wait)Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.