Package | Description |
---|---|
com.gisgraphy.domain.repository | |
com.gisgraphy.service | |
com.gisgraphy.service.impl | |
com.gisgraphy.stats |
Modifier and Type | Method and Description |
---|---|
StatsUsage |
IStatsUsageDao.getByUsageType(StatsUsageType statsUsageType) |
StatsUsage |
StatsUsageDao.getByUsageType(StatsUsageType statsUsageType) |
Modifier and Type | Method and Description |
---|---|
void |
IStatsUsageService.flush(StatsUsageType statsUsageType) |
Long |
IStatsUsageService.getUsage(StatsUsageType statsUsageType) |
void |
IStatsUsageService.increaseUsage(StatsUsageType statsUsageType) |
void |
IStatsUsageService.resetUsage(StatsUsageType statsUsageType) |
Modifier and Type | Method and Description |
---|---|
void |
StatsUsageServiceImpl.flush(StatsUsageType statsUsageType) |
Long |
StatsUsageServiceImpl.getUsage(StatsUsageType statsUsageType) |
void |
StatsUsageServiceImpl.increaseUsage(StatsUsageType statsUsageType) |
void |
StatsUsageServiceImpl.resetUsage(StatsUsageType statsUsageType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
StatsUsage.setStatsUsageType(StatsUsageType statsUsageType) |
Constructor and Description |
---|
StatsUsage(StatsUsageType statsUsageType)
Constructor to init statsUsageType
|
Copyright © 2015. All rights reserved.