master

package
v0.0.0-...-cd88b06 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Copyright 2017 The GoStor Authors All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Package master contains the main function.

Copyright 2017 The GoStor Authors All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Master

type Master struct {
	Name       string
	RaftServer *raft.RaftServer
	Namespaces map[string]*fs.Namespace
	Cache      cache.Cache
}

func NewMaster

func NewMaster(cfg *MasterConfig) (*Master, error)

func (*Master) DeletePathHandler

func (m *Master) DeletePathHandler(path, op string, r bool) error

func (*Master) GetPathHandler

func (m *Master) GetPathHandler(path, op string) (interface{}, error)

func (*Master) IsLeader

func (m *Master) IsLeader() bool

func (*Master) JoinLeader

func (m *Master) JoinLeader(command *raft.DefaultJoinCommand) error

Handles incoming RAFT joins.

func (*Master) PostPathHandler

func (m *Master) PostPathHandler(path, op string) error

func (*Master) PutPathHandler

func (m *Master) PutPathHandler() error

func (*Master) RaftStatus

func (m *Master) RaftStatus() *api.RaftClusterStatusResponse

type MasterConfig

type MasterConfig struct {
	Peers       []string
	HttpAddr    string
	DataDir     string
	PuleSeconds int

	Name        string
	Router      *mux.Router
	HttpServers []*http.Server

	// Cache releated fields
	CacheType string
	CacheDir  string
}

Jump to

Keyboard shortcuts

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