public class BgpSyncHandle extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ABORTED |
static int |
DEFAULT_TCP_SOCK_SZ |
static int |
DONE |
static int |
INITED |
static int |
ITERATING |
static int |
NEVER_DONE |
Modifier and Type | Method and Description |
---|---|
static BgpSyncHandle |
getInstance() |
int |
getMaxCount() |
int |
getRouteSize() |
int |
getState() |
int |
setMore(int more) |
int |
setState(int state) |
public static final int INITED
public static final int ITERATING
public static final int DONE
public static final int ABORTED
public static final int NEVER_DONE
public static final int DEFAULT_TCP_SOCK_SZ
public static BgpSyncHandle getInstance()
public int getState()
public int getMaxCount()
public int getRouteSize()
public int setState(int state)
public int setMore(int more)
Copyright © 2018 OpenDaylight. All rights reserved.