clientspi

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvocationResult

type InvocationResult interface {
	Result() (*proto.ClientMessage, error)
	ResultWithTimeout(duration time.Duration) (*proto.ClientMessage, error)
}

type InvocationService

type InvocationService interface {
	InvokeOnTarget(message *proto.ClientMessage, address core.Address) InvocationResult
}

type PartitionService

type PartitionService interface {
	GetPartitionID(keyData serialization.Data) int32
	GetPartitionIDForObject(key interface{}) int32
	GetPartitionCount() int32
}

Jump to

Keyboard shortcuts

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