类 AbstractTableStorageBceClient
- java.lang.Object
-
- com.baidubce.AbstractBceClient
-
- com.baidubce.services.tablestorage.AbstractTableStorageBceClient
-
- 直接已知子类:
TableStorageClient
public abstract class AbstractTableStorageBceClient extends AbstractBceClient
Provides the client for accessing the TableStorage api.
-
-
字段概要
-
从类继承的字段 com.baidubce.AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX
-
-
构造器概要
构造器 构造器 说明 AbstractTableStorageBceClient(BceClientConfiguration config, boolean isHttpAsyncPutEnabled)Constructs a new AbstractTableStorageBceClient client.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected InternalRequestcreateRequest(AbstractBceRequest bceRequest, HttpMethodName httpMethod, String... pathVariables)Creates and initializes a new request object for the specified resource.protected voidfillInHeadAndBody(AbstractTableStorageRequest tableStorageRequest, InternalRequest request)Fill Header and Body in InternalRequest-
从类继承的方法 com.baidubce.AbstractBceClient
computeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown
-
-
-
-
构造器详细资料
-
AbstractTableStorageBceClient
public AbstractTableStorageBceClient(BceClientConfiguration config, boolean isHttpAsyncPutEnabled)
Constructs a new AbstractTableStorageBceClient client.
-
-
方法详细资料
-
createRequest
protected InternalRequest createRequest(AbstractBceRequest bceRequest, HttpMethodName httpMethod, String... pathVariables)
Creates and initializes a new request object for the specified resource.- 参数:
bceRequest- The original BCE request created by the user.httpMethod- The HTTP method to use when sending the request.pathVariables- The optional variables used in the URI path.- 返回:
- A new request object populated with endpoint, resource path and specific parameters to send.
-
fillInHeadAndBody
protected void fillInHeadAndBody(AbstractTableStorageRequest tableStorageRequest, InternalRequest request)
Fill Header and Body in InternalRequest- 参数:
tableStorageRequest- The original BCE request created by the user.request- A request object ready for callers to populate any additional headers or parameters, and execute.
-
-