Documentation ¶
Index ¶
- type PerClusterMaps
- func (maps *PerClusterMaps) Close() error
- func (maps *PerClusterMaps) CreateClusterCTMaps(clusterID uint32) error
- func (maps *PerClusterMaps) DeleteClusterCTMaps(clusterID uint32) error
- func (maps *PerClusterMaps) GetAllClusterCTMaps() []*ctmap.Map
- func (maps *PerClusterMaps) Has(clusterID uint32) bool
- func (maps *PerClusterMaps) OpenOrCreate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerClusterMaps ¶
A structure that implements PerClusterCTMapper for testing purposes.
func NewPerClusterMaps ¶
func NewPerClusterMaps() *PerClusterMaps
func (*PerClusterMaps) Close ¶
func (maps *PerClusterMaps) Close() error
func (*PerClusterMaps) CreateClusterCTMaps ¶
func (maps *PerClusterMaps) CreateClusterCTMaps(clusterID uint32) error
func (*PerClusterMaps) DeleteClusterCTMaps ¶
func (maps *PerClusterMaps) DeleteClusterCTMaps(clusterID uint32) error
func (*PerClusterMaps) GetAllClusterCTMaps ¶
func (maps *PerClusterMaps) GetAllClusterCTMaps() []*ctmap.Map
func (*PerClusterMaps) Has ¶
func (maps *PerClusterMaps) Has(clusterID uint32) bool
func (*PerClusterMaps) OpenOrCreate ¶
func (maps *PerClusterMaps) OpenOrCreate() error
Click to show internal directories.
Click to hide internal directories.