com.bigdata.zookeeper
Interface HierarchicalZNodeWatcherFlags

All Known Implementing Classes:
HierarchicalZNodeWatcher

public interface HierarchicalZNodeWatcherFlags

Flags for the HierarchicalZNodeWatcher.

Version:
$Id$
Author:
Bryan Thompson

Field Summary
static int ALL
          Shorthand for [EXISTS, DATA, CHILDREN].
static int CHILDREN
          Watch znode children.
static int DATA
          Watch znode data.
static int EXISTS
          Watch znode create/destroy.
static int NONE
          No watches.
 

Field Detail

NONE

static final int NONE
No watches.

See Also:
Constant Field Values

EXISTS

static final int EXISTS
Watch znode create/destroy.

See Also:
Constant Field Values

DATA

static final int DATA
Watch znode data.

See Also:
Constant Field Values

CHILDREN

static final int CHILDREN
Watch znode children.

See Also:
Constant Field Values

ALL

static final int ALL
Shorthand for [EXISTS, DATA, CHILDREN].

See Also:
Constant Field Values


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.