public interface GraphInfo
Modifier and Type | Field and Description |
---|---|
static long |
NO_REFRESH_DELAY |
Modifier and Type | Method and Description |
---|---|
long |
getAutoRefreshApplyInterval()
Gets the auto refresh apply interval.
|
long |
getAutoRefreshPollingInterval()
Gets the auto refresh polling interval.
|
GraphConfig |
getConfig()
Gets the config.
|
String |
getGraphName()
Gets the graph name.
|
int |
getMemSizeGraphInMegabytes()
Gets the size of the graph in megabytes.
|
int |
getMemSizePropertiesInMegabytes()
Gets the size of all properties in megabytes.
|
long |
getNumEdges()
Gets the number of edges in this graph.
|
long |
getNumNodes()
Gets the number of nodes in this graph.
|
List<PropertyInfo> |
getProperties()
Gets the properties of this graph.
|
Long |
getSCN()
Gets the scn.
|
List<String> |
getSessions()
Gets the session IDs which have at least one pointer to this shared graph instance.
|
boolean |
isAutoRefreshed()
Checks if is the graph auto-refreshed.
|
boolean |
isFresh()
Checks if the graph is fresh.
|
boolean |
isPinned()
Checks if the graph is pinned.
|
boolean |
isPrivate()
Checks if the graph is private.
|
static final long NO_REFRESH_DELAY
long getAutoRefreshApplyInterval()
isAutoRefreshed()
returns false), NO_REFRESH_DELAY
is returned.long getAutoRefreshPollingInterval()
isAutoRefreshed()
returns false), NO_REFRESH_DELAY
is returned.GraphConfig getConfig()
String getGraphName()
int getMemSizeGraphInMegabytes()
#getMemSizeProperties()}
int getMemSizePropertiesInMegabytes()
long getNumEdges()
long getNumNodes()
List<PropertyInfo> getProperties()
Long getSCN()
List<String> getSessions()
boolean isAutoRefreshed()
#getAutoRefreshPollingInterval()}
, #getAutoRefreshApplyInterval()}
boolean isFresh()
boolean isPinned()
boolean isPrivate()
Copyright © 2015. All rights reserved.