Class BgpSyncHandle
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.client.BgpSyncHandle
-
public class BgpSyncHandle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABORTED
static int
DEFAULT_TCP_SOCK_SZ
static int
DONE
static int
INITED
static int
ITERATING
static int
NEVER_DONE
-
Constructor Summary
Constructors Constructor Description BgpSyncHandle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxCount()
int
getRouteSize()
int
getState()
int
setMore(int localMore)
int
setState(int newState)
-
-
-
Field Detail
-
INITED
public static final int INITED
- See Also:
- Constant Field Values
-
ITERATING
public static final int ITERATING
- See Also:
- Constant Field Values
-
DONE
public static final int DONE
- See Also:
- Constant Field Values
-
ABORTED
public static final int ABORTED
- See Also:
- Constant Field Values
-
NEVER_DONE
public static final int NEVER_DONE
- See Also:
- Constant Field Values
-
DEFAULT_TCP_SOCK_SZ
public static final int DEFAULT_TCP_SOCK_SZ
- See Also:
- Constant Field Values
-
-