checkpointer

package
v0.0.0-...-90805a3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AerospikeCheckpointer

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

func NewAerospikeCheckpointer

func NewAerospikeCheckpointer(client *aerospike.Client, namespace string) *AerospikeCheckpointer

func (*AerospikeCheckpointer) GetCheckpoint

func (al *AerospikeCheckpointer) GetCheckpoint(key string) (string, error)

func (*AerospikeCheckpointer) SetCheckpoint

func (al *AerospikeCheckpointer) SetCheckpoint(key, value string) error

type AerospikeReleaser

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

type Checkpointer

type Checkpointer interface {
	SetCheckpoint(key string, value string) error
	GetCheckpoint(key string) (string, error)
}

Jump to

Keyboard shortcuts

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