Class H2Method
java.lang.Object
us.ajg0702.leaderboards.cache.methods.H2Method
- All Implemented Interfaces:
- CacheMethod
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose(Connection connection) intgetName()voidinit(LeaderboardPlugin plugin, us.ajg0702.utils.common.ConfigFile config, Cache cacheInstance) voidbooleanvoidshutdown()
- 
Constructor Details- 
H2Methodpublic H2Method()
 
- 
- 
Method Details- 
getConnection- Specified by:
- getConnectionin interface- CacheMethod
 
- 
initpublic void init(LeaderboardPlugin plugin, us.ajg0702.utils.common.ConfigFile config, Cache cacheInstance) - Specified by:
- initin interface- CacheMethod
 
- 
close- Specified by:
- closein interface- CacheMethod
 
- 
getMaxConnectionspublic int getMaxConnections()- Specified by:
- getMaxConnectionsin interface- CacheMethod
 
- 
shutdownpublic void shutdown()- Specified by:
- shutdownin interface- CacheMethod
 
- 
formatStatement- Specified by:
- formatStatementin interface- CacheMethod
 
- 
getName- Specified by:
- getNamein interface- CacheMethod
 
- 
requiresClosepublic boolean requiresClose()- Specified by:
- requiresClosein interface- CacheMethod
 
- 
newConnectionpublic void newConnection()
 
-