public interface JCoRepositoryMonitor
JCo.getRepositoryMonitor(id)
, where id is a value of
JCo.getRepositoryIDs()
.Modifier and Type | Method and Description |
---|---|
int |
getClassMetaDataCount()
Return the number of the cached class metadata objects.
|
List<String> |
getDestinationIDs()
Returns the list of destination IDs which can be used by the monitored repository
for its DDIC queries.
|
int |
getFunctionMetaDataCount()
Returns the number of the cached function metadata objects.
|
long |
getLastAccessTimestamp()
Returns the time stamp of the last access to the repository.
|
long |
getLastRemoteQueryTimestamp()
Returns the time stamp of the last remote query done by the repository.
|
int |
getTypeMetaDataCount()
Return the number of the cached type (tables and structures) metadata objects.
|
long getLastAccessTimestamp()
long getLastRemoteQueryTimestamp()
int getFunctionMetaDataCount()
int getTypeMetaDataCount()
int getClassMetaDataCount()
List<String> getDestinationIDs()
Copyright © 2024 SAP. All rights reserved.