|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatsUsageType | |
|---|---|
| com.gisgraphy.domain.repository | |
| com.gisgraphy.service | |
| com.gisgraphy.service.impl | |
| com.gisgraphy.stats | |
| Uses of StatsUsageType in com.gisgraphy.domain.repository |
|---|
| Methods in com.gisgraphy.domain.repository with parameters of type StatsUsageType | |
|---|---|
StatsUsage |
StatsUsageDao.getByUsageType(StatsUsageType statsUsageType)
|
StatsUsage |
IStatsUsageDao.getByUsageType(StatsUsageType statsUsageType)
|
| Uses of StatsUsageType in com.gisgraphy.service |
|---|
| Methods in com.gisgraphy.service with parameters of type StatsUsageType | |
|---|---|
void |
IStatsUsageService.flush(StatsUsageType statsUsageType)
|
Long |
IStatsUsageService.getUsage(StatsUsageType statsUsageType)
|
void |
IStatsUsageService.increaseUsage(StatsUsageType statsUsageType)
|
void |
IStatsUsageService.resetUsage(StatsUsageType statsUsageType)
|
| Uses of StatsUsageType in com.gisgraphy.service.impl |
|---|
| Methods in com.gisgraphy.service.impl with parameters of type StatsUsageType | |
|---|---|
void |
StatsUsageServiceImpl.flush(StatsUsageType statsUsageType)
|
Long |
StatsUsageServiceImpl.getUsage(StatsUsageType statsUsageType)
|
void |
StatsUsageServiceImpl.increaseUsage(StatsUsageType statsUsageType)
|
void |
StatsUsageServiceImpl.resetUsage(StatsUsageType statsUsageType)
|
| Uses of StatsUsageType in com.gisgraphy.stats |
|---|
| Methods in com.gisgraphy.stats that return StatsUsageType | |
|---|---|
StatsUsageType |
StatsUsage.getStatsUsageType()
|
static StatsUsageType |
StatsUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatsUsageType[] |
StatsUsageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.gisgraphy.stats with parameters of type StatsUsageType | |
|---|---|
void |
StatsUsage.setStatsUsageType(StatsUsageType statsUsageType)
|
| Constructors in com.gisgraphy.stats with parameters of type StatsUsageType | |
|---|---|
StatsUsage(StatsUsageType statsUsageType)
Constructor to init statsUsageType |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||