Home
last modified time | relevance | path

Searched refs:RaftState (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/raft-autopilot/
H A Dtypes.go13 type RaftState string type
16 RaftNone RaftState = "none"
17 RaftLeader RaftState = "leader"
18 RaftVoter RaftState = "voter"
19 RaftNonVoter RaftState = "non-voter"
20 RaftStaging RaftState = "staging"
23 func (s RaftState) IsPotentialVoter() bool {
99 State RaftState
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft-autopilot/
H A Dtypes.go13 type RaftState string type
16 RaftNone RaftState = "none"
17 RaftLeader RaftState = "leader"
18 RaftVoter RaftState = "voter"
19 RaftNonVoter RaftState = "non-voter"
20 RaftStaging RaftState = "staging"
23 func (s RaftState) IsPotentialVoter() bool {
99 State RaftState
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft-autopilot/
H A Dtypes.go13 type RaftState string type
16 RaftNone RaftState = "none"
17 RaftLeader RaftState = "leader"
18 RaftVoter RaftState = "voter"
19 RaftNonVoter RaftState = "non-voter"
20 RaftStaging RaftState = "staging"
23 func (s RaftState) IsPotentialVoter() bool {
99 State RaftState
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft-autopilot/
H A Dtypes.go13 type RaftState string type
16 RaftNone RaftState = "none"
17 RaftLeader RaftState = "leader"
18 RaftVoter RaftState = "voter"
19 RaftNonVoter RaftState = "non-voter"
20 RaftStaging RaftState = "staging"
23 func (s RaftState) IsPotentialVoter() bool {
99 State RaftState
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/raft-autopilot/
H A Dtypes.go13 type RaftState string type
16 RaftNone RaftState = "none"
17 RaftLeader RaftState = "leader"
18 RaftVoter RaftState = "voter"
19 RaftNonVoter RaftState = "non-voter"
20 RaftStaging RaftState = "staging"
23 func (s RaftState) IsPotentialVoter() bool {
99 State RaftState
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
69 state RaftState
72 func (r *raftState) getState() RaftState {
74 return RaftState(atomic.LoadUint32(stateAddr))
77 func (r *raftState) setState(s RaftState) {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/raft/
H A Dstate.go10 type RaftState uint32 type
14 Follower RaftState = iota
26 func (s RaftState) String() string {
73 state RaftState
76 func (r *raftState) getState() RaftState {
78 return RaftState(atomic.LoadUint32(stateAddr))
81 func (r *raftState) setState(s RaftState) {

12345678910>>...12