public interface SessionInfo
Modifier and Type | Method and Description |
---|---|
int |
getAlive()
Gets the number of seconds this session is alive.
|
List<String> |
getPrivateGraphs()
Gets the private graphs.
|
long |
getPrivateMemoryUsage()
Gets the private memory usage.
|
String |
getSessionId()
Gets the session id.
|
List<String> |
getSharedGraphs()
Gets the shared graphs.
|
long |
getSharedMemoryUsage()
Gets the shared memory usage.
|
int |
getTotalAnalysisTime()
Gets the total analysis time.
|
int getAlive()
List<String> getPrivateGraphs()
long getPrivateMemoryUsage()
String getSessionId()
List<String> getSharedGraphs()
long getSharedMemoryUsage()
int getTotalAnalysisTime()
Copyright © 2015. All rights reserved.