|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.cfa.vo.tapclient.vosi.Capability
edu.harvard.cfa.vo.tapclient.vosi.TableAccess
public class TableAccess
A TAP TableAccess Capability
Method Summary | |
---|---|
java.util.List<DataModel> |
getDataModels()
Return a list of data models associated with the service. |
TimeLimits |
getExecutionDuration()
Limits on how long a job is allowed to run by the service |
java.util.List<Language> |
getLanguages()
A list of query languages the service LANG parameter accepts. |
java.util.List<OutputFormat> |
getOutputFormats()
A list of output formats the FORMAT parameter accepts. |
DataLimits |
getOutputLimit()
Row or byte limits on the results a service returns |
TimeLimits |
getRetentionPeriod()
Limits on how long a job is kept by the service |
DataLimits |
getUploadLimit()
Row or byte limits on the upload tables a user may supply. |
java.util.List<UploadMethod> |
getUploadMethods()
A list of upload methods the UPLOAD parameter accepts. |
void |
list(java.io.PrintStream output)
|
void |
list(java.io.PrintStream output,
java.lang.String indent)
|
Methods inherited from class edu.harvard.cfa.vo.tapclient.vosi.Capability |
---|
getDescription, getInterfaces, getStandardId, getValidations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.List<DataModel> getDataModels()
public java.util.List<Language> getLanguages()
public java.util.List<OutputFormat> getOutputFormats()
public java.util.List<UploadMethod> getUploadMethods()
public TimeLimits getRetentionPeriod()
public TimeLimits getExecutionDuration()
public DataLimits getOutputLimit()
public DataLimits getUploadLimit()
public void list(java.io.PrintStream output)
list
in class Capability
public void list(java.io.PrintStream output, java.lang.String indent)
list
in class Capability
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |