database

package
v0.0.0-...-9649366 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2019 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ConfigGetBootstrappersURL is the url for the database create handler.
	ConfigGetBootstrappersURL = handler.RoutePrefixV1 + "/database/config/bootstrappers"

	// ConfigGetBootstrappersHTTPMethod is the HTTP method used with this resource.
	ConfigGetBootstrappersHTTPMethod = http.MethodGet
)
View Source
const (
	// ConfigSetBootstrappersURL is the url for the database create handler.
	ConfigSetBootstrappersURL = handler.RoutePrefixV1 + "/database/config/bootstrappers"

	// ConfigSetBootstrappersHTTPMethod is the HTTP method used with this resource.
	ConfigSetBootstrappersHTTPMethod = http.MethodPost
)
View Source
const (
	// CreateURL is the URL for the database create handler.
	CreateURL = handler.RoutePrefixV1 + "/database/create"

	// CreateNamespaceURL is the URL for the database namespace create handler.
	CreateNamespaceURL = handler.RoutePrefixV1 + "/database/namespace/create"

	// CreateHTTPMethod is the HTTP method used with the create database resource.
	CreateHTTPMethod = http.MethodPost

	// CreateNamespaceHTTPMethod is the HTTP method used with the create database namespace resource.
	CreateNamespaceHTTPMethod = http.MethodPost

	// DefaultLocalHostID is the default local host ID when creating a database.
	DefaultLocalHostID = "m3db_local"

	// DefaultLocalIsolationGroup is the default isolation group when creating a
	// local database.
	DefaultLocalIsolationGroup = "local"

	// DefaultLocalZone is the default zone when creating a local database.
	DefaultLocalZone = "embedded"
)

Variables

This section is empty.

Functions

func NewConfigGetBootstrappersHandler

func NewConfigGetBootstrappersHandler(
	client clusterclient.Client,
	instrumentOpts instrument.Options,
) http.Handler

NewConfigGetBootstrappersHandler returns a new instance of a database create handler.

func NewConfigSetBootstrappersHandler

func NewConfigSetBootstrappersHandler(
	client clusterclient.Client,
	instrumentOpts instrument.Options,
) http.Handler

NewConfigSetBootstrappersHandler returns a new instance of a database create handler.

func NewCreateHandler

func NewCreateHandler(
	client clusterclient.Client,
	cfg config.Configuration,
	embeddedDbCfg *dbconfig.DBConfiguration,
	defaults []handler.ServiceOptionsDefault,
	instrumentOpts instrument.Options,
) (http.Handler, error)

NewCreateHandler returns a new instance of a database create handler.

func RegisterRoutes

func RegisterRoutes(
	r *mux.Router,
	client clusterclient.Client,
	cfg config.Configuration,
	embeddedDbCfg *dbconfig.DBConfiguration,
	defaults []handler.ServiceOptionsDefault,
	instrumentOpts instrument.Options,
) error

RegisterRoutes registers the namespace routes

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler represents a generic handler for namespace endpoints.

Jump to

Keyboard shortcuts

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