类 ParallelMapTransform.SingleTaskSplitter<K,U,V>
java.lang.Object
net.minecraft.util.thread.ParallelMapTransform.SplitterBase<K,U,V>
net.minecraft.util.thread.ParallelMapTransform.SingleTaskSplitter<K,U,V>
- 封闭类:
ParallelMapTransform
static class ParallelMapTransform.SingleTaskSplitter<K,U,V>
extends ParallelMapTransform.SplitterBase<K,U,V>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected int
batchSize
(int p_405267_) protected CompletableFuture
<?> scheduleBatch
(ParallelMapTransform.Container<K, U, V> p_404951_, int p_405718_, int p_404688_, Executor p_404914_) protected CompletableFuture
<Map<K, V>> scheduleFinalOperation
(CompletableFuture<?> p_404928_, ParallelMapTransform.Container<K, U, V> p_405541_) 从类继承的方法 net.minecraft.util.thread.ParallelMapTransform.SplitterBase
scheduleTasks
-
构造器详细资料
-
SingleTaskSplitter
SingleTaskSplitter(BiFunction<K, U, V> p_405536_, int p_405190_)
-
-
方法详细资料
-
batchSize
protected int batchSize(int p_405267_) - 指定者:
batchSize
在类中ParallelMapTransform.SplitterBase<K,
U, V>
-
scheduleBatch
protected CompletableFuture<?> scheduleBatch(ParallelMapTransform.Container<K, U, V> p_404951_, int p_405718_, int p_404688_, Executor p_404914_) - 指定者:
scheduleBatch
在类中ParallelMapTransform.SplitterBase<K,
U, V>
-
scheduleFinalOperation
protected CompletableFuture<Map<K,V>> scheduleFinalOperation(CompletableFuture<?> p_404928_, ParallelMapTransform.Container<K, U, V> p_405541_)
-