Documentation ¶
Index ¶
- type Conn
- func (c *Conn) Block(_ context.Context, ref torus.BlockRef) ([]byte, error)
- func (c *Conn) BlockSize() uint64
- func (c *Conn) Close() error
- func (c *Conn) Err() error
- func (c *Conn) PutBlock(ctx context.Context, ref torus.BlockRef, data []byte) error
- func (c *Conn) RebalanceCheck(_ context.Context, refs []torus.BlockRef) ([]bool, error)
- func (c *Conn) WriteBuf(_ context.Context, _ torus.BlockRef) ([]byte, error)
- type Handler
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) RebalanceCheck ¶
Click to show internal directories.
Click to hide internal directories.