aware

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2021 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ShardStateAware

type ShardStateAware interface {
	// Created the shard was created on the current store
	Created(bhmetapb.Shard)
	// Splited the shard was splited on the current store
	Splited(bhmetapb.Shard)
	// Destory the shard was destoryed on the current store
	Destory(bhmetapb.Shard)
	// BecomeLeader the shard was become leader on the current store
	BecomeLeader(bhmetapb.Shard)
	// BecomeLeader the shard was become follower on the current store
	BecomeFollower(bhmetapb.Shard)
	// SnapshotApplied snapshot applied
	SnapshotApplied(bhmetapb.Shard)
}

ShardStateAware shard state aware

type TestShardStateAware

type TestShardStateAware interface {
	ShardStateAware
	SetWrapper(ShardStateAware)
}

TestShardStateAware just for test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL