RangeFactory
class
Namespace: Orleans.Runtime
Utility class for creating
IRingRange values. public static class RangeFactoryMethods
CreateFullRangeCreates the full range.CreateRange(List<IRingRange>)Creates a newIRingRangerepresenting the union of all provided ranges.CreateRange(uint, uint)Creates a newIRingRangerepresenting the values between the exclusive lower bound,begin, and the inclusive upper bound,end.GetSubRanges(IRingRange)Gets the contiguous sub-ranges represented by the provided range.
Fields
RING_SIZEThe ring size.
