Modifier and Type | Interface and Description |
---|---|
static class |
RecordAsyncApi.RecordIdBinder |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Record<? extends Map<String,Object>>> |
get(RecordId recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<AData>> |
getA(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<AAAAData>> |
getAAAA(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<CNAMEData>> |
getCNAME(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<MXData>> |
getMX(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<NSData>> |
getNS(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<PTRData>> |
getPTR(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<SOARecord> |
getSOA(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<SRVData>> |
getSRV(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<Record<TXTData>> |
getTXT(String fqdn,
long recordId) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<RecordId>> |
list() |
@Named(value="GetAllRecord") com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<RecordId>> list() throws DynECTExceptions.JobStillRunningException
DynECTExceptions.JobStillRunningException
RecordApi.list()
@Named(value="GetRecord") com.google.common.util.concurrent.ListenableFuture<Record<? extends Map<String,Object>>> get(RecordId recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetAAAARecord") com.google.common.util.concurrent.ListenableFuture<Record<AAAAData>> getAAAA(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetARecord") com.google.common.util.concurrent.ListenableFuture<Record<AData>> getA(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetCNAMERecord") com.google.common.util.concurrent.ListenableFuture<Record<CNAMEData>> getCNAME(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetMXRecord") com.google.common.util.concurrent.ListenableFuture<Record<MXData>> getMX(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetNSRecord") com.google.common.util.concurrent.ListenableFuture<Record<NSData>> getNS(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetPTRRecord") com.google.common.util.concurrent.ListenableFuture<Record<PTRData>> getPTR(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetSOARecord") com.google.common.util.concurrent.ListenableFuture<SOARecord> getSOA(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetSRVRecord") com.google.common.util.concurrent.ListenableFuture<Record<SRVData>> getSRV(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
@Named(value="GetTXTRecord") com.google.common.util.concurrent.ListenableFuture<Record<TXTData>> getTXT(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
Copyright © 2009-2013 jclouds. All Rights Reserved.