Search Results for

    Show / Hide Table of Contents

    Class ConsistentHash

    Static helper class for creating ConsistentHash<T> instances.

    Inheritance
    object
    ConsistentHash
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Routing
    Assembly: Akka.dll
    Syntax
    public static class ConsistentHash

    Methods

    | Edit this page View Source

    Create<T>(IEnumerable<T>, int)

    Factory method to create a ConsistentHash<T> instance.

    Declaration
    public static ConsistentHash<T> Create<T>(IEnumerable<T> nodes, int virtualNodesFactor)
    Parameters
    Type Name Description
    IEnumerable<T> nodes

    TBD

    int virtualNodesFactor

    TBD

    Returns
    Type Description
    ConsistentHash<T>

    TBD

    Type Parameters
    Name Description
    T

    TBD

    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET