Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ZookeeperCounter ¶
type ZookeeperCounter struct {
// contains filtered or unexported fields
}
func NewCounter ¶
func NewCounter(conn *zk.Conn) *ZookeeperCounter
func (*ZookeeperCounter) Inc ¶
func (c *ZookeeperCounter) Inc() (int, error)
func (*ZookeeperCounter) UpdateCounterBase ¶
func (c *ZookeeperCounter) UpdateCounterBase() error
Click to show internal directories.
Click to hide internal directories.