Class AbstractExtComponentRepository.Repo
- java.lang.Object
-
- com.zfabrik.components.provider.util.AbstractExtComponentRepository.Repo
-
- All Implemented Interfaces:
AbstractExtComponentRepository.RepoMBean
- Enclosing class:
- AbstractExtComponentRepository<FSCRC extends FSCRDBComponent,DB extends FSComponentExtRepositoryDB<FSCRC>>
public class AbstractExtComponentRepository.Repo extends java.lang.Object implements AbstractExtComponentRepository.RepoMBean
-
-
Constructor Summary
Constructors Constructor Description Repo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getImplementationRevision()
int
getNumberComponents()
int
getNumberSynchronizations()
int
getQueryCacheHits()
int
getQueryCacheQueries()
int
getQueryCacheSize()
long
getRepoRevision()
java.lang.String
getURL()
-
-
-
Method Detail
-
getImplementationRevision
public long getImplementationRevision()
- Specified by:
getImplementationRevision
in interfaceAbstractExtComponentRepository.RepoMBean
-
getNumberComponents
public int getNumberComponents()
- Specified by:
getNumberComponents
in interfaceAbstractExtComponentRepository.RepoMBean
-
getNumberSynchronizations
public int getNumberSynchronizations()
- Specified by:
getNumberSynchronizations
in interfaceAbstractExtComponentRepository.RepoMBean
-
getQueryCacheHits
public int getQueryCacheHits()
- Specified by:
getQueryCacheHits
in interfaceAbstractExtComponentRepository.RepoMBean
-
getQueryCacheQueries
public int getQueryCacheQueries()
- Specified by:
getQueryCacheQueries
in interfaceAbstractExtComponentRepository.RepoMBean
-
getQueryCacheSize
public int getQueryCacheSize()
- Specified by:
getQueryCacheSize
in interfaceAbstractExtComponentRepository.RepoMBean
-
getRepoRevision
public long getRepoRevision()
- Specified by:
getRepoRevision
in interfaceAbstractExtComponentRepository.RepoMBean
-
getURL
public java.lang.String getURL()
-
-