Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection > Member List

This is the complete list of members for System.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection >, including all inherited members.

_dataSystem.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection >private
Create(long fromInclusive, long toExclusive)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
Create(long fromInclusive, long toExclusive, long rangeSize)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
Create(int fromInclusive, int toExclusive)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
Create(int fromInclusive, int toExclusive, int rangeSize)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
Create< TSource >(IList< TSource > list, bool loadBalance)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
Create< TSource >(TSource[] array, bool loadBalance)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
Create< TSource >(IEnumerable< TSource > source)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
Create< TSource >(IEnumerable< TSource > source, EnumerablePartitionerOptions partitionerOptions)System.Collections.Concurrent.Partitioner< TSource >inlinestatic
CreateRanges(long fromInclusive, long toExclusive, long rangeSize)System.Collections.Concurrent.Partitioner< TSource >inlineprivatestatic
CreateRanges(int fromInclusive, int toExclusive, int rangeSize)System.Collections.Concurrent.Partitioner< TSource >inlineprivatestatic
DynamicPartitionerForIndexRange_Abstract(TCollection data)System.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection >inlineprotected
GetDefaultChunkSize< TSource >()System.Collections.Concurrent.Partitioner< TSource >inlineprivatestatic
GetDynamicPartitions()System.Collections.Concurrent.OrderablePartitioner< TSource >inlinevirtual
GetOrderableDynamicPartitions()System.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection >inlinevirtual
GetOrderableDynamicPartitions_Factory(TCollection data)System.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection >protected
GetOrderablePartitions(int partitionCount)System.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection >inline
GetPartitions(int partitionCount)System.Collections.Concurrent.OrderablePartitioner< TSource >inline
KeysNormalizedSystem.Collections.Concurrent.OrderablePartitioner< TSource >
KeysOrderedAcrossPartitionsSystem.Collections.Concurrent.OrderablePartitioner< TSource >
KeysOrderedInEachPartitionSystem.Collections.Concurrent.OrderablePartitioner< TSource >
OrderablePartitioner(bool keysOrderedInEachPartition, bool keysOrderedAcrossPartitions, bool keysNormalized)System.Collections.Concurrent.OrderablePartitioner< TSource >inlineprotected
SupportsDynamicPartitionsSystem.Collections.Concurrent.Partitioner< TSource >.DynamicPartitionerForIndexRange_Abstract< TSource, TCollection >