Documentation
¶
Overview ¶
Client package provides to create client and entry point for this go package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeodeClient ¶
func NewClient ¶
func NewClient(maxConn int) (*GeodeClient, error)
NewClient Creates a new client, maxConn is maximum number of connection this instance of client will open
func (*GeodeClient) AddServer ¶
func (g *GeodeClient) AddServer(host string, port int) error
AddServer Add new server for this client to connect
func (*GeodeClient) Disconnect ¶
func (g *GeodeClient) Disconnect()
Disconnect disconnect current connection
func (*GeodeClient) FunctionService ¶
func (g *GeodeClient) FunctionService() *pkg.Function
func (*GeodeClient) GetRegionNames ¶
func (g *GeodeClient) GetRegionNames() ([]string, error)
GetRegionNames Gets all the regions created in a cluster
Click to show internal directories.
Click to hide internal directories.