internal

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AggregateFactoryID = -29
	// CurrentClientVersion should be manually set
	CurrentClientVersion = "1.4.1"
)
View Source
const (
	DefaultConnectionTimeoutWithoutFailover = time.Duration(1<<63 - 1)
	DefaultConnectionTimeoutWithFailover    = 120 * time.Second
)

Variables

View Source
var ClientType = "GOO"

ClientType is used in the Management Center

View Source
var ClientVersion = CurrentClientVersion

ClientVersion is the effective client version. It is sent to the member during authentication.

Functions

func ParseAddr added in v1.0.0

func ParseAddr(addr string) (string, int, error)

Types

type AtomicValue added in v1.3.0

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

AtomicValue keeps the pointer to an interface{}. Storing and loading values is concurrency-safe.

func (*AtomicValue) Load added in v1.3.0

func (a *AtomicValue) Load() interface{}

Load loads the given interface{} pointer and returns an interface{}.

func (*AtomicValue) Store added in v1.3.0

func (a *AtomicValue) Store(v *interface{})

Store stores the given interface{} pointer.

Directories

Path Synopsis
cp
it
codec
* Copyright (c) 2008-2021, Hazelcast, Inc.
* Copyright (c) 2008-2021, Hazelcast, Inc.
soak_tests
map
sql

Jump to

Keyboard shortcuts

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