package
20.1.0-alpha20191216+incompatible
Repository: https://github.com/knz/cockroach.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBlobClientFactory returns a BlobClientFactory.
NewBlobService instantiates a blob service server.
TestBlobServiceClient can be used as a mock BlobClient in tests that use nodelocal storage.

# Variables

TestEmptyBlobClientFactory can be used as a mock BlobClient in tests that create ExternalStorage but do not use nodelocal storage.

# Structs

Service implements the gRPC BlobService which exchanges bulk files between different nodes.

# Interfaces

BlobClient provides an interface for file access on all nodes' local storage.

# Type aliases

BlobClientFactory creates a blob client based on the nodeID we are dialing.