| 构造器和说明 |
|---|
ComputeSplitsBySizeRequest() |
ComputeSplitsBySizeRequest(ComputeSplitsBySizeRequest request) |
ComputeSplitsBySizeRequest(String tableName,
long splitSizeIn100MB) |
ComputeSplitsBySizeRequest(String tableName,
long splitUnitCount,
long splitUnitSizeInByte) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOperationName()
Get the name of the interface for the operations performed by this class.
|
int |
getSplitPointLimit()
Get the configured splitPointLimit.
|
long |
getSplitSizeIn100MB()
Get the upper limit of the size for each data split when performing the ComputeSplitsBySize operation.
|
long |
getSplitUnitCount() |
long |
getSplitUnitSizeInByte() |
String |
getTableName()
Get the name of the target table for performing the ComputeSplitsBySize operation.
|
boolean |
hasSetSplitPointLimit()
Query whether the splitPointLimit has been set.
|
void |
setSplitPointLimit(int splitPointLimit)
Set splitPointLimit
|
void |
setSplitSizeIn100MB(long splitSizeIn100MB)
Set the upper limit of the size for each data block during the ComputeSplitsBySize operation.
|
void |
setSplitSizeInByte(long splitUnitCount,
long splitUnitSizeInByte) |
void |
setTableName(String tableName)
Set the target table name for the ComputeSplitsBySize operation.
|
public ComputeSplitsBySizeRequest()
public ComputeSplitsBySizeRequest(ComputeSplitsBySizeRequest request)
public ComputeSplitsBySizeRequest(String tableName, long splitSizeIn100MB)
public ComputeSplitsBySizeRequest(String tableName, long splitUnitCount, long splitUnitSizeInByte)
public String getOperationName()
getOperationName 在接口中 Requestpublic String getTableName()
public void setTableName(String tableName)
tableName - The target table name for the ComputeSplitsBySize operation.public long getSplitSizeIn100MB()
public long getSplitUnitCount()
public long getSplitUnitSizeInByte()
public void setSplitSizeIn100MB(long splitSizeIn100MB)
splitSizeIn100MB - The upper limit of the size for each data block during the ComputeSplitsBySize operation, in units of 100 MB.public void setSplitSizeInByte(long splitUnitCount,
long splitUnitSizeInByte)
public void setSplitPointLimit(int splitPointLimit)
splitPointLimit - public int getSplitPointLimit()
IllegalStateException - if this parameter is not configuredpublic boolean hasSetSplitPointLimit()
Copyright © 2025. All Rights Reserved.