* throughput-optimised. Fewer latency-optimised ("real time") requests are accepted
* but their transfers are faster. Latency-optimised requests are expected to be bursty,
* whereas throughput-optimised (bulk) requests can be constant.
*/
public HighLevelSimpleClient makeClient(short prioClass, boolean forceDontIgnoreTooManyPathComponents, boolean realTimeFlag) {
return new HighLevelSimpleClientImpl(this, tempBucketFactory, random, prioClass, forceDontIgnoreTooManyPathComponents, realTimeFlag);
}