package
2.3.1+incompatible
Repository: https://github.com/cloudfoundry/log-cache.git
Documentation: pkg.go.dev
# Functions
NewScheduler returns a new Scheduler.
WithSchedulerCount returns a SchedulerOption that configures the number of ranges to manage.
WithSchedulerDialOpts are the gRPC options used to dial peer Log Cache nodes.
WithSchedulerInterval returns a SchedulerOption that configures the interval for terms to take place.
WithSchedulerLeadership sets the leadership decsision function that returns true if the scheduler node is the leader.
WithSchedulerLogger returns a SchedulerOption that configures the logger used for the Scheduler.
WithSchedulerReplicationFactor returns a SchedulerOption that configures the replication factor for the Log Cache cluster.
# Type aliases
SchedulerOption configures a Scheduler.