Creatable<T> 接口
定义
The final stage of the resource definition, at which it can be created using create().
public interface Creatable<T> extends Indexable,HasName
类型参数
- T
the fluent type of the resource to be created
继承成员
方法
create() |
Execute the create request.
|
createAsync() |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
|
createAsync(final ServiceCallback<T> callback) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
|