# Functions
NewNode creates an instance of cluster Node.
WithHasher sets the custom hasher.
WithLogger sets the logger.
WithPartitionsCount sets the total number of partitions.
WithReadTimeout sets the Node read timeout.
WithShutdownTimeout sets the Node shutdown timeout.
WithWriteTimeout sets the Node write timeout.
# Variables
ErrActorNotFound is return when an actor is not found.
# Type aliases
No description provided by the author
OptionFunc implements the Option interface.