A B C D E F G H I J L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAgent(Agent<K, V>) - Method in class me.hsgamer.topper.agent.holder.AgentDataHolder
- addFilter(Predicate<Map.Entry<K, V>>) - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- Agent<K,V> - Interface in me.hsgamer.topper.agent.core
- AgentDataHolder<K,V> - Class in me.hsgamer.topper.agent.holder
- AgentDataHolder(String) - Constructor for class me.hsgamer.topper.agent.holder.AgentDataHolder
B
- beforeStop() - Method in interface me.hsgamer.topper.agent.core.Agent
- beforeStop() - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- beforeStop() - Method in class me.hsgamer.topper.agent.storage.StorageAgent
- buildSupplier(String) - Method in class me.hsgamer.topper.agent.storage.simple.builder.DataStorageBuilder
C
- clear() - Method in class me.hsgamer.topper.core.DataHolder
- ConfigStorageSupplier<K,V> - Class in me.hsgamer.topper.spigot.agent.storage.simple.supplier
- ConfigStorageSupplier(Executor, UnaryOperator<String>, Function<File, Config>, File, FlatEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.spigot.agent.storage.simple.supplier.ConfigStorageSupplier
- convert(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter
- convertToRaw(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter
- create(UUID) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopManager
D
- DatabaseConfig - Interface in me.hsgamer.topper.spigot.plugin.config
- DatabaseSetting - Class in me.hsgamer.topper.agent.storage.simple.setting
- DatabaseSetting(String, String, String, String, String, boolean, Map<String, Object>, Map<String, Object>) - Constructor for class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- DataEntry<K,V> - Class in me.hsgamer.topper.core
- DataEntry(K, DataHolder<K, V>) - Constructor for class me.hsgamer.topper.core.DataEntry
- DataHolder<K,V> - Class in me.hsgamer.topper.core
- DataHolder(String) - Constructor for class me.hsgamer.topper.core.DataHolder
- DataStorage<K,V> - Interface in me.hsgamer.topper.agent.storage
- DataStorageBuilder<K,V> - Class in me.hsgamer.topper.agent.storage.simple.builder
- DataStorageBuilder(Supplier<DatabaseSetting>, File, FlatEntryConverter<K, V>, SqlEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.agent.storage.simple.builder.DataStorageBuilder
- DataStorageSupplier<K,V> - Interface in me.hsgamer.topper.agent.storage.simple.supplier
- DEFAULT_GROUP - Static variable in class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- disable() - Method in interface me.hsgamer.topper.agent.storage.simple.supplier.DataStorageSupplier
- disable() - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier
- disable() - Method in class me.hsgamer.topper.spigot.plugin.hook.HookSystem
- disable() - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.PlaceholderAPIHook
- disable() - Method in class me.hsgamer.topper.spigot.plugin.manager.TopManager
- displayNullName - Variable in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- displayNullUuid - Variable in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- displayNullValue - Variable in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
E
- EMPTY - Static variable in interface me.hsgamer.topper.spigot.plugin.holder.provider.ValueProvider
- enable() - Method in interface me.hsgamer.topper.agent.storage.simple.supplier.DataStorageSupplier
- enable() - Method in class me.hsgamer.topper.spigot.plugin.hook.HookSystem
- enable() - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.PlaceholderAPIHook
- enable() - Method in class me.hsgamer.topper.spigot.plugin.manager.TopManager
- enable() - Method in class me.hsgamer.topper.spigot.plugin.TopperPlugin
- equals(Object) - Method in class me.hsgamer.topper.core.DataEntry
- execute(CommandSender, String, String[]) - Method in class me.hsgamer.topper.spigot.plugin.command.GetTopListCommand
- execute(CommandSender, String, String[]) - Method in class me.hsgamer.topper.spigot.plugin.command.ReloadCommand
F
- FlatEntryConverter<K,V> - Interface in me.hsgamer.topper.agent.storage.simple.converter
- FlatNumberEntryConverter<K> - Interface in me.hsgamer.topper.agent.storage.number
- FlatStorageSupplier<K,V> - Class in me.hsgamer.topper.agent.storage.simple.supplier
- FlatStorageSupplier(File, FlatEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.agent.storage.simple.supplier.FlatStorageSupplier
- flushConnection(Connection) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.MySqlStorageSupplier
- flushConnection(Connection) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier
- flushConnection(Connection) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
G
- GenericEntryUpdateEvent - Class in me.hsgamer.topper.spigot.plugin.event
- GenericEntryUpdateEvent(String, String, UUID, Double, boolean) - Constructor for class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- GenericEntryUpdateEvent(String, UUID, Double, boolean) - Constructor for class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- get(A, H, String) - Method in interface me.hsgamer.topper.query.core.QueryAction
- get(A, String) - Method in class me.hsgamer.topper.query.core.QueryManager
- getAgent() - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- getAuthor() - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.TopPlaceholderExpansion
- getClientProperties() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- getClientProperties() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- getComponents() - Method in class me.hsgamer.topper.spigot.plugin.TopperPlugin
- getConfig() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- getConfig() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- getConnection() - Method in class me.hsgamer.topper.agent.storage.simple.supplier.MySqlStorageSupplier
- getConnection() - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier
- getConnection() - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
- getDatabase() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- getDatabase() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- getDefaultValue() - Method in class me.hsgamer.topper.core.DataHolder
- getDefaultValue() - Method in class me.hsgamer.topper.spigot.plugin.holder.NumberTopHolder
- getDefaultValue() - Method in interface me.hsgamer.topper.spigot.plugin.holder.provider.ValueProvider
- getDisplayKey(UUID, NumberTopHolder) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopQueryManager
- getDisplayKey(K, H) - Method in class me.hsgamer.topper.query.snapshot.SnapshotQueryManager
- getDisplayLine(int, Map.Entry<UUID, Double>) - Method in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- getDisplayLine(int, NumberTopHolder) - Method in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- getDisplayName(UUID) - Method in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- getDisplayName(UUID, NumberTopHolder) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopQueryManager
- getDisplayName(K, H) - Method in class me.hsgamer.topper.query.snapshot.SnapshotQueryManager
- getDisplayUuid(UUID) - Method in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- getDisplayValue(Double, NumberTopHolder, String) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopQueryManager
- getDisplayValue(Double, String) - Method in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- getDisplayValue(V, H, String) - Method in class me.hsgamer.topper.query.snapshot.SnapshotQueryManager
- getDriverProperties() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- getDriverProperties() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- getEntry(K) - Method in class me.hsgamer.topper.core.DataHolder
- getEntryByIndex(int) - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- getEntryMap() - Method in class me.hsgamer.topper.core.DataHolder
- getFlatEntryConverter() - Method in class me.hsgamer.topper.agent.storage.simple.builder.DataStorageBuilder
- getGroup() - Method in class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- getHandlerList() - Static method in class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- getHandlers() - Method in class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- getHolder() - Method in class me.hsgamer.topper.core.DataEntry
- getHolder() - Method in class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- getHolder(String) - Method in class me.hsgamer.topper.query.core.QueryManager
- getHolder(String) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopQueryManager
- getHolderBaseFolder() - Method in class me.hsgamer.topper.agent.storage.simple.builder.DataStorageBuilder
- getHolders() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- getHost() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- getHost() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- getIdentifier() - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.TopPlaceholderExpansion
- getIllegalFromToIndex() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- getKey() - Method in class me.hsgamer.topper.core.DataEntry
- getKey(ResultSet) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
- getKeyColumnDefinitions() - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
- getKeyColumns() - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
- getKeyFromActor(OfflinePlayer) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopQueryManager
- getKeyFromActor(A) - Method in class me.hsgamer.topper.query.snapshot.SnapshotQueryManager
- getMainThreadExecutor() - Method in class me.hsgamer.topper.spigot.agent.storage.simple.SpigotDataStorageBuilder
- getName() - Method in class me.hsgamer.topper.core.DataHolder
- getNumberRequired() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- getOrCreateEntry(K) - Method in class me.hsgamer.topper.core.DataHolder
- getPassword() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- getPassword() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- getPort() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- getPort() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- getPrefix() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- getRunTaskFunction() - Method in class me.hsgamer.topper.spigot.agent.storage.simple.SpigotDataStorageBuilder
- getSnapshot() - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- getSnapshotAgent() - Method in class me.hsgamer.topper.spigot.plugin.holder.NumberTopHolder
- getSnapshotAgent(NumberTopHolder) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopQueryManager
- getSnapshotAgent(H) - Method in class me.hsgamer.topper.query.snapshot.SnapshotQueryManager
- getSnapshotByIndex(int) - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- getSnapshotIndex(K) - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- getSqlEntryConverter() - Method in class me.hsgamer.topper.agent.storage.simple.builder.DataStorageBuilder
- getStorage() - Method in class me.hsgamer.topper.agent.storage.StorageAgent
- getStorage(String) - Method in interface me.hsgamer.topper.agent.storage.simple.supplier.DataStorageSupplier
- getStorage(String) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.FlatStorageSupplier
- getStorage(String) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
- getStorage(String) - Method in class me.hsgamer.topper.spigot.agent.storage.simple.supplier.ConfigStorageSupplier
- getStorageAgent() - Method in class me.hsgamer.topper.spigot.plugin.holder.NumberTopHolder
- getStorageSupplier() - Method in class me.hsgamer.topper.spigot.plugin.manager.TopManager
- getStorageType() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- getSuccess() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- getTaskSaveDelay() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- getTaskSaveEntryPerTick() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- getTaskUpdateDelay() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- getTaskUpdateEntryPerTick() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- getTopEmpty() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- getTopHolder(String) - Method in class me.hsgamer.topper.spigot.plugin.manager.TopManager
- getTopHolderNames() - Method in class me.hsgamer.topper.spigot.plugin.manager.TopManager
- getTopHolderNotFound() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- GetTopListCommand - Class in me.hsgamer.topper.spigot.plugin.command
- GetTopListCommand(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.command.GetTopListCommand
- getType(Map<String, Object>) - Method in class me.hsgamer.topper.spigot.plugin.builder.ValueProviderBuilder
- getUpdateAgent() - Method in class me.hsgamer.topper.spigot.plugin.holder.NumberTopHolder
- getUrgentSnapshot() - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- getUsername() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- getUsername() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- getUuid() - Method in class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- getValue() - Method in class me.hsgamer.topper.core.DataEntry
- getValue() - Method in class me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
- getValue(ResultSet) - Method in interface me.hsgamer.topper.agent.storage.number.SqlNumberEntryConverter
- getValue(ResultSet) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
- getValue(UUID) - Method in class me.hsgamer.topper.spigot.plugin.holder.provider.StatisticValueProvider
- getValue(UUID) - Method in interface me.hsgamer.topper.spigot.plugin.holder.provider.ValueProvider
- getValue(UUID) - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.PlaceholderValueProvider
- getValueColumnDefinitions() - Method in interface me.hsgamer.topper.agent.storage.number.SqlNumberEntryConverter
- getValueColumnDefinitions() - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
- getValueColumns() - Method in interface me.hsgamer.topper.agent.storage.number.SqlNumberEntryConverter
- getValueColumns() - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
- getValueDisplay() - Method in class me.hsgamer.topper.spigot.plugin.holder.NumberTopHolder
- getVersion() - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.TopPlaceholderExpansion
H
- hashCode() - Method in class me.hsgamer.topper.core.DataEntry
- HookSystem - Class in me.hsgamer.topper.spigot.plugin.hook
- HookSystem(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.hook.HookSystem
I
- isLoadAllOfflinePlayers() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- isUseSSL() - Method in class me.hsgamer.topper.agent.storage.simple.setting.DatabaseSetting
- isUseSSL() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
J
- JoinListener - Class in me.hsgamer.topper.spigot.plugin.listener
- JoinListener(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.listener.JoinListener
L
- line - Variable in class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- load() - Method in interface me.hsgamer.topper.agent.storage.DataStorage
- load() - Method in class me.hsgamer.topper.spigot.plugin.hook.HookSystem
- load() - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.PlaceholderAPIHook
- load() - Method in class me.hsgamer.topper.spigot.plugin.TopperPlugin
- load(K, boolean) - Method in interface me.hsgamer.topper.agent.storage.DataStorage
- logger - Variable in class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
M
- MainConfig - Interface in me.hsgamer.topper.spigot.plugin.config
- me.hsgamer.topper.agent.core - package me.hsgamer.topper.agent.core
- me.hsgamer.topper.agent.holder - package me.hsgamer.topper.agent.holder
- me.hsgamer.topper.agent.runnable - package me.hsgamer.topper.agent.runnable
- me.hsgamer.topper.agent.snapshot - package me.hsgamer.topper.agent.snapshot
- me.hsgamer.topper.agent.storage - package me.hsgamer.topper.agent.storage
- me.hsgamer.topper.agent.storage.number - package me.hsgamer.topper.agent.storage.number
- me.hsgamer.topper.agent.storage.simple.builder - package me.hsgamer.topper.agent.storage.simple.builder
- me.hsgamer.topper.agent.storage.simple.converter - package me.hsgamer.topper.agent.storage.simple.converter
- me.hsgamer.topper.agent.storage.simple.setting - package me.hsgamer.topper.agent.storage.simple.setting
- me.hsgamer.topper.agent.storage.simple.supplier - package me.hsgamer.topper.agent.storage.simple.supplier
- me.hsgamer.topper.agent.update - package me.hsgamer.topper.agent.update
- me.hsgamer.topper.core - package me.hsgamer.topper.core
- me.hsgamer.topper.query.core - package me.hsgamer.topper.query.core
- me.hsgamer.topper.query.snapshot - package me.hsgamer.topper.query.snapshot
- me.hsgamer.topper.spigot.agent.runnable - package me.hsgamer.topper.spigot.agent.runnable
- me.hsgamer.topper.spigot.agent.storage.simple - package me.hsgamer.topper.spigot.agent.storage.simple
- me.hsgamer.topper.spigot.agent.storage.simple.supplier - package me.hsgamer.topper.spigot.agent.storage.simple.supplier
- me.hsgamer.topper.spigot.plugin - package me.hsgamer.topper.spigot.plugin
- me.hsgamer.topper.spigot.plugin.builder - package me.hsgamer.topper.spigot.plugin.builder
- me.hsgamer.topper.spigot.plugin.command - package me.hsgamer.topper.spigot.plugin.command
- me.hsgamer.topper.spigot.plugin.config - package me.hsgamer.topper.spigot.plugin.config
- me.hsgamer.topper.spigot.plugin.config.converter - package me.hsgamer.topper.spigot.plugin.config.converter
- me.hsgamer.topper.spigot.plugin.event - package me.hsgamer.topper.spigot.plugin.event
- me.hsgamer.topper.spigot.plugin.holder - package me.hsgamer.topper.spigot.plugin.holder
- me.hsgamer.topper.spigot.plugin.holder.display - package me.hsgamer.topper.spigot.plugin.holder.display
- me.hsgamer.topper.spigot.plugin.holder.provider - package me.hsgamer.topper.spigot.plugin.holder.provider
- me.hsgamer.topper.spigot.plugin.hook - package me.hsgamer.topper.spigot.plugin.hook
- me.hsgamer.topper.spigot.plugin.hook.papi - package me.hsgamer.topper.spigot.plugin.hook.papi
- me.hsgamer.topper.spigot.plugin.listener - package me.hsgamer.topper.spigot.plugin.listener
- me.hsgamer.topper.spigot.plugin.manager - package me.hsgamer.topper.spigot.plugin.manager
- MessageConfig - Interface in me.hsgamer.topper.spigot.plugin.config
- MySqlStorageSupplier<K,V> - Class in me.hsgamer.topper.agent.storage.simple.supplier
- MySqlStorageSupplier(DatabaseSetting, SqlEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.agent.storage.simple.supplier.MySqlStorageSupplier
N
- NewSqliteStorageSupplier<K,V> - Class in me.hsgamer.topper.agent.storage.simple.supplier
- NewSqliteStorageSupplier(DatabaseSetting, File, SqlEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.agent.storage.simple.supplier.NewSqliteStorageSupplier
- NumberStorageBuilder - Class in me.hsgamer.topper.spigot.plugin.builder
- NumberStorageBuilder(JavaPlugin, File, Supplier<DatabaseSetting>) - Constructor for class me.hsgamer.topper.spigot.plugin.builder.NumberStorageBuilder
- NumberTopHolder - Class in me.hsgamer.topper.spigot.plugin.holder
- NumberTopHolder(TopperPlugin, String, Map<String, Object>) - Constructor for class me.hsgamer.topper.spigot.plugin.holder.NumberTopHolder
O
- onCreate(DataEntry<K, V>) - Method in interface me.hsgamer.topper.agent.core.Agent
- onCreate(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.holder.AgentDataHolder
- onCreate(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- onCreate(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.update.UpdateAgent
- onCreate(DataEntry<K, V>) - Method in class me.hsgamer.topper.core.DataHolder
- onJoin(PlayerJoinEvent) - Method in class me.hsgamer.topper.spigot.plugin.listener.JoinListener
- onRegister() - Method in interface me.hsgamer.topper.agent.storage.DataStorage
- onRemove(DataEntry<K, V>) - Method in interface me.hsgamer.topper.agent.core.Agent
- onRemove(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.holder.AgentDataHolder
- onRemove(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- onRemove(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.update.UpdateAgent
- onRemove(DataEntry<K, V>) - Method in class me.hsgamer.topper.core.DataHolder
- onRequest(OfflinePlayer, String) - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.TopPlaceholderExpansion
- onUnregister() - Method in interface me.hsgamer.topper.agent.storage.DataStorage
- onUnregister(DataEntry<K, V>) - Method in interface me.hsgamer.topper.agent.core.Agent
- onUnregister(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- onUpdate(DataEntry<K, V>) - Method in interface me.hsgamer.topper.agent.core.Agent
- onUpdate(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.holder.AgentDataHolder
- onUpdate(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- onUpdate(DataEntry<K, V>) - Method in class me.hsgamer.topper.agent.storage.StorageAgent
- onUpdate(DataEntry<K, V>) - Method in class me.hsgamer.topper.core.DataHolder
P
- Permissions - Class in me.hsgamer.topper.spigot.plugin
- Permissions(BasePlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.Permissions
- persist() - Method in class me.hsgamer.topper.spigot.plugin.hook.papi.TopPlaceholderExpansion
- PlaceholderAPIHook - Class in me.hsgamer.topper.spigot.plugin.hook.papi
- PlaceholderAPIHook(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.hook.papi.PlaceholderAPIHook
- PlaceholderValueProvider - Class in me.hsgamer.topper.spigot.plugin.hook.papi
- PlaceholderValueProvider(TopperPlugin, Map<String, Object>) - Constructor for class me.hsgamer.topper.spigot.plugin.hook.papi.PlaceholderValueProvider
Q
- QueryAction<K,V,H extends DataHolder<K,V>,A> - Interface in me.hsgamer.topper.query.core
- QueryManager<K,V,H extends DataHolder<K,V>,A> - Class in me.hsgamer.topper.query.core
- QueryManager() - Constructor for class me.hsgamer.topper.query.core.QueryManager
R
- register() - Method in class me.hsgamer.topper.agent.holder.AgentDataHolder
- registerAction(String, QueryAction<K, V, H, A>) - Method in class me.hsgamer.topper.query.core.QueryManager
- registerActorFunction(String, BiFunction<A, H, String>) - Method in class me.hsgamer.topper.query.core.QueryManager
- registerFunction(String, BiFunction<H, String, String>) - Method in class me.hsgamer.topper.query.core.QueryManager
- RELOAD - Static variable in class me.hsgamer.topper.spigot.plugin.Permissions
- ReloadCommand - Class in me.hsgamer.topper.spigot.plugin.command
- ReloadCommand(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.command.ReloadCommand
- reloadConfig() - Method in interface me.hsgamer.topper.spigot.plugin.config.MainConfig
- reloadConfig() - Method in interface me.hsgamer.topper.spigot.plugin.config.MessageConfig
- removeAgent(Agent<K, V>) - Method in class me.hsgamer.topper.agent.holder.AgentDataHolder
- removeEntry(K) - Method in class me.hsgamer.topper.core.DataHolder
- run() - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- run() - Method in class me.hsgamer.topper.agent.storage.StorageAgent
- run() - Method in class me.hsgamer.topper.agent.update.UpdateAgent
- run(Runnable) - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
-
This method is used to run the task and return a
Runnable
to cancel it - run(Runnable) - Method in class me.hsgamer.topper.spigot.agent.runnable.SpigotRunnableAgent
- RunnableAgent<K,V,A extends Agent<K,V> & Runnable> - Class in me.hsgamer.topper.agent.runnable
- RunnableAgent(A) - Constructor for class me.hsgamer.topper.agent.runnable.RunnableAgent
S
- save(Map<K, V>, boolean) - Method in interface me.hsgamer.topper.agent.storage.DataStorage
- setComparator(Comparator<V>) - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- setMaxEntryPerCall(int) - Method in class me.hsgamer.topper.agent.storage.StorageAgent
- setMaxEntryPerCall(int) - Method in class me.hsgamer.topper.agent.update.UpdateAgent
- setValue(UnaryOperator<V>) - Method in class me.hsgamer.topper.core.DataEntry
- setValue(UnaryOperator<V>, boolean) - Method in class me.hsgamer.topper.core.DataEntry
- setValue(V) - Method in class me.hsgamer.topper.core.DataEntry
- setValue(V, boolean) - Method in class me.hsgamer.topper.core.DataEntry
- SnapshotAgent<K,V> - Class in me.hsgamer.topper.agent.snapshot
- SnapshotAgent(DataHolder<K, V>) - Constructor for class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- SnapshotQueryManager<K,V,H extends DataHolder<K,V>,A> - Class in me.hsgamer.topper.query.snapshot
- SnapshotQueryManager() - Constructor for class me.hsgamer.topper.query.snapshot.SnapshotQueryManager
- SpigotDataStorageBuilder<K,V> - Class in me.hsgamer.topper.spigot.agent.storage.simple
- SpigotDataStorageBuilder(JavaPlugin, File, Supplier<DatabaseSetting>, FlatEntryConverter<K, V>, SqlEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.spigot.agent.storage.simple.SpigotDataStorageBuilder
- SpigotRunnableAgent<K,V,A extends Agent<K,V> & Runnable> - Class in me.hsgamer.topper.spigot.agent.runnable
- SpigotRunnableAgent(A, Scheduler, long) - Constructor for class me.hsgamer.topper.spigot.agent.runnable.SpigotRunnableAgent
- SqlEntryConverter<K,V> - Interface in me.hsgamer.topper.agent.storage.simple.converter
- SqliteStorageSupplier<K,V> - Class in me.hsgamer.topper.agent.storage.simple.supplier
- SqliteStorageSupplier(DatabaseSetting, File, SqlEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier
- SqlNumberEntryConverter<K> - Interface in me.hsgamer.topper.agent.storage.number
- SqlStorageSupplier<K,V> - Class in me.hsgamer.topper.agent.storage.simple.supplier
- SqlStorageSupplier(SqlEntryConverter<K, V>) - Constructor for class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
- start() - Method in interface me.hsgamer.topper.agent.core.Agent
- start() - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- start() - Method in class me.hsgamer.topper.agent.storage.StorageAgent
- StatisticValueProvider - Class in me.hsgamer.topper.spigot.plugin.holder.provider
- StatisticValueProvider(Map<String, Object>) - Constructor for class me.hsgamer.topper.spigot.plugin.holder.provider.StatisticValueProvider
- stop() - Method in interface me.hsgamer.topper.agent.core.Agent
- stop() - Method in class me.hsgamer.topper.agent.runnable.RunnableAgent
- stop() - Method in class me.hsgamer.topper.agent.snapshot.SnapshotAgent
- stop() - Method in class me.hsgamer.topper.agent.storage.StorageAgent
- StorageAgent<K,V> - Class in me.hsgamer.topper.agent.storage
- StorageAgent(Logger, DataHolder<K, V>, DataStorage<K, V>) - Constructor for class me.hsgamer.topper.agent.storage.StorageAgent
- StringMapConverter<T> - Class in me.hsgamer.topper.spigot.plugin.config.converter
- StringMapConverter() - Constructor for class me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter
- StringObjectMapConverter - Class in me.hsgamer.topper.spigot.plugin.config.converter
- StringObjectMapConverter() - Constructor for class me.hsgamer.topper.spigot.plugin.config.converter.StringObjectMapConverter
- StringStringObjectMapConverter - Class in me.hsgamer.topper.spigot.plugin.config.converter
- StringStringObjectMapConverter() - Constructor for class me.hsgamer.topper.spigot.plugin.config.converter.StringStringObjectMapConverter
T
- tabComplete(CommandSender, String, String[]) - Method in class me.hsgamer.topper.spigot.plugin.command.GetTopListCommand
- toDatabaseSetting() - Method in interface me.hsgamer.topper.spigot.plugin.config.DatabaseConfig
- toKey(String) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.FlatEntryConverter
- toKeyQueryValues(K) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
- TOP - Static variable in class me.hsgamer.topper.spigot.plugin.Permissions
- TopManager - Class in me.hsgamer.topper.spigot.plugin.manager
- TopManager(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.manager.TopManager
- TopperPlugin - Class in me.hsgamer.topper.spigot.plugin
- TopperPlugin() - Constructor for class me.hsgamer.topper.spigot.plugin.TopperPlugin
- TopPlaceholderExpansion - Class in me.hsgamer.topper.spigot.plugin.hook.papi
- TopPlaceholderExpansion(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.hook.papi.TopPlaceholderExpansion
- TopQueryManager - Class in me.hsgamer.topper.spigot.plugin.manager
- TopQueryManager(TopperPlugin) - Constructor for class me.hsgamer.topper.spigot.plugin.manager.TopQueryManager
- toRawKey(K) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.FlatEntryConverter
- toRawValue(Double) - Method in interface me.hsgamer.topper.agent.storage.number.FlatNumberEntryConverter
- toRawValue(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter
- toRawValue(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringObjectMapConverter
- toRawValue(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringStringObjectMapConverter
- toRawValue(V) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.FlatEntryConverter
- toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.MySqlStorageSupplier
- toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.NewSqliteStorageSupplier
- toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier
- toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
- toSaveValues(Object[], Object[]) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.MySqlStorageSupplier
- toSaveValues(Object[], Object[]) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier
- toSaveValues(Object[], Object[]) - Method in class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
- toValue(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter
- toValue(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringObjectMapConverter
- toValue(Object) - Method in class me.hsgamer.topper.spigot.plugin.config.converter.StringStringObjectMapConverter
- toValue(String) - Method in interface me.hsgamer.topper.agent.storage.number.FlatNumberEntryConverter
- toValue(String) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.FlatEntryConverter
- toValueQueryValues(Double) - Method in interface me.hsgamer.topper.agent.storage.number.SqlNumberEntryConverter
- toValueQueryValues(V) - Method in interface me.hsgamer.topper.agent.storage.simple.converter.SqlEntryConverter
U
- unregister() - Method in class me.hsgamer.topper.agent.holder.AgentDataHolder
- UpdateAgent<K,V> - Class in me.hsgamer.topper.agent.update
- UpdateAgent(Logger, DataHolder<K, V>, Function<K, CompletableFuture<Optional<V>>>) - Constructor for class me.hsgamer.topper.agent.update.UpdateAgent
V
- ValueDisplay - Class in me.hsgamer.topper.spigot.plugin.holder.display
- ValueDisplay(Map<String, Object>) - Constructor for class me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- ValueProvider - Interface in me.hsgamer.topper.spigot.plugin.holder.provider
- ValueProviderBuilder - Class in me.hsgamer.topper.spigot.plugin.builder
- ValueProviderBuilder() - Constructor for class me.hsgamer.topper.spigot.plugin.builder.ValueProviderBuilder
All Classes All Packages