Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a(String, Object) - Method in class host.anzo.commons.xml.XmlBuilder
- add(E) - Method in class host.anzo.commons.collection.ConcurrentHashSet
- addAfter(StartupMethodInfo) - Method in interface host.anzo.core.startup.IStartupLevel
- addBefore(StartupMethodInfo) - Method in interface host.anzo.core.startup.IStartupLevel
- addDependency(StartModule<SL>) - Method in class host.anzo.core.startup.StartModule
- addIfAbsent(E) - Method in class host.anzo.commons.collection.ConcurrentHashSet
- addResendTask(Runnable, int) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Add specified runnable to resend list (a message will be resent after specified seconds passed)
- addScheduledMethod(Class<?>, Method) - Method in class host.anzo.core.startup.ScheduledService
- after() - Method in interface host.anzo.core.startup.IStartupLevel
- after() - Element in annotation interface host.anzo.core.startup.StartupRun
- afterMethods - Static variable in interface host.anzo.core.startup.IStartupLevel
- AI - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- allFiles - Static variable in class host.anzo.commons.io.RandomAccessFile
- ATelegramBot - Class in host.anzo.commons.socials.telegram
- ATelegramBot(String, String) - Constructor for class host.anzo.commons.socials.telegram.ATelegramBot
-
Telegram bot default constructor
- attributeNames() - Method in class host.anzo.commons.xml.XmlParser
B
- before() - Method in interface host.anzo.core.startup.IStartupLevel
- before() - Element in annotation interface host.anzo.core.startup.StartupRun
- beforeMethods - Static variable in interface host.anzo.core.startup.IStartupLevel
- BIG_ENDIAN - Static variable in class host.anzo.commons.io.RandomAccessFile
- bigEndian - Variable in class host.anzo.commons.io.RandomAccessFile
-
The current endian (big or little) mode of the file.
- Black - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- BlackB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- Blue - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- BlueB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- botName - Variable in class host.anzo.commons.socials.telegram.ATelegramBot
- BOTTOM - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the bottom of the target bounds.
- BOTTOM_LEFT - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the bottom-left of the target bounds.
- BOTTOM_RIGHT - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the bottom-right of the target bounds.
- buffer - Variable in class host.anzo.commons.io.RandomAccessFile
-
The buffer used for reading the data.
- bufferStart - Variable in class host.anzo.commons.io.RandomAccessFile
-
The offset in bytes of the start of the buffer, from the start of the file.
- byteArrayToHex(byte[]) - Static method in class host.anzo.commons.utils.HexUtils
-
Converts a byte array to a hexadecimal string representation.
- byteArrayToHexTable(byte[]) - Static method in class host.anzo.commons.utils.HexUtils
-
Converts a byte array to a formatted hexadecimal table string.
- byteArrayToHexTable(ByteBuffer, int) - Static method in class host.anzo.commons.utils.HexUtils
-
Converts a byte array to a formatted hexadecimal table string.
C
- cast(Class<T>, String) - Static method in class host.anzo.commons.config.ConfigTypeCaster
-
Changes targets' value to new given value with type casting.
- cast(Object, Field, String, String, Long, Long) - Static method in class host.anzo.commons.config.ConfigTypeCaster
-
Puts value to field.
- chance() - Method in record class host.anzo.commons.model.RouletteRandomEntry
-
Returns the value of the
chancerecord component. - child(String) - Method in class host.anzo.commons.xml.XmlParser
- children() - Method in class host.anzo.commons.xml.XmlParser
- children(String) - Method in class host.anzo.commons.xml.XmlParser
- clamp(T, T, T) - Static method in class host.anzo.commons.utils.MathUtils
- ClassUtils - Class in host.anzo.commons.utils
- ClassUtils() - Constructor for class host.anzo.commons.utils.ClassUtils
- clazz() - Method in record class host.anzo.core.startup.StartupMethodInfo
-
Returns the value of the
clazzrecord component. - clear() - Method in class host.anzo.commons.collection.ConcurrentHashSet
- client - Variable in class host.anzo.commons.socials.telegram.ATelegramBot
- close() - Method in class host.anzo.commons.concurrent.CloseableReentrantLock
- close() - Method in class host.anzo.commons.io.FileBinaryReader
- close() - Method in class host.anzo.commons.io.FileBinaryWriter
- close() - Method in class host.anzo.commons.io.RandomAccessFile
-
Close the file, and release any associated system resources.
- close() - Method in class host.anzo.commons.xml.XmlParser
- CloseableReentrantLock - Class in host.anzo.commons.concurrent
- CloseableReentrantLock() - Constructor for class host.anzo.commons.concurrent.CloseableReentrantLock
- closedRange(int, int) - Static method in class host.anzo.commons.utils.StreamUtils
- color() - Method in enum class host.anzo.commons.enums.ConsoleColors
- comment() - Element in annotation interface host.anzo.commons.config.annotation.ConfigComments
- compress(byte[]) - Static method in class host.anzo.commons.utils.ZipUtils
- ConcurrentHashSet<E> - Class in host.anzo.commons.collection
- ConcurrentHashSet() - Constructor for class host.anzo.commons.collection.ConcurrentHashSet
- ConfigAfterLoad - Annotation Interface in host.anzo.commons.config.annotation
- ConfigComments - Annotation Interface in host.anzo.commons.config.annotation
- ConfigFile - Annotation Interface in host.anzo.commons.config.annotation
- ConfigLoader - Class in host.anzo.commons.config
- ConfigLoader() - Constructor for class host.anzo.commons.config.ConfigLoader
- ConfigProperty - Annotation Interface in host.anzo.commons.config.annotation
- ConfigTypeCaster - Class in host.anzo.commons.config
-
The Type Caster is small utility that helps put string values into object fields with different types.
- ConfigTypeCaster() - Constructor for class host.anzo.commons.config.ConfigTypeCaster
- ConsoleColors - Enum Class in host.anzo.commons.enums
- ConsoleUtils - Class in host.anzo.commons.utils
- ConsoleUtils() - Constructor for class host.anzo.commons.utils.ConsoleUtils
- consume(Update) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Called when bot receives an update message
- contains(Object) - Method in class host.anzo.commons.collection.ConcurrentHashSet
- content() - Method in class host.anzo.commons.xml.XmlParser
- createHeatMap(float, boolean) - Method in class host.anzo.commons.graphics.image.HeatMapImage
-
creates the heatmap.
- createZipFileSystem(String, boolean) - Static method in class host.anzo.commons.utils.ZipUtils
-
Returns a zip file system
- Cyan - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- CyanB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
D
- DailyTickable - Annotation Interface in host.anzo.commons.datetime.dailytick
- DailyTickService - Class in host.anzo.commons.datetime.dailytick
- DATABASE - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- dataEnd - Variable in class host.anzo.commons.io.RandomAccessFile
-
The offset in bytes of the end of the data in the buffer, from the start of the file.
- dataSize - Variable in class host.anzo.commons.io.RandomAccessFile
-
The size of the data stored in the buffer, in bytes.
- DateTimeUtils - Class in host.anzo.commons.utils
- DateTimeUtils() - Constructor for class host.anzo.commons.utils.DateTimeUtils
- deadlockDetected(ThreadInfo[]) - Method in interface host.anzo.commons.emergency.deadlock.IDeadlockListener
- DeadlockDetector - Class in host.anzo.commons.emergency.deadlock
- DEBUG - Static variable in class host.anzo.commons.utils.VMUtils
- decompress(byte[]) - Static method in class host.anzo.commons.utils.ZipUtils
- defaultBufferSize - Static variable in class host.anzo.commons.io.RandomAccessFile
-
The default buffer size, in bytes.
- DefaultWatcher - Class in host.anzo.commons.emergency.memory.watchers
- DefaultWatcher() - Constructor for class host.anzo.commons.emergency.memory.watchers.DefaultWatcher
- deleteMessage(String, Message) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Delete a message from channel with specified chatId
- dependency() - Element in annotation interface host.anzo.core.startup.StartupComponent
- drawString(Graphics, String, Font, Color, Rectangle) - Static method in class host.anzo.commons.graphics.text.TextRenderer
-
Draws a string onto a
Graphicshandle, using aFont,Colorand target bounds to calculate the location and automatic wrapping of text. - drawString(Graphics, String, Font, Color, Rectangle, TextAlignment) - Static method in class host.anzo.commons.graphics.text.TextRenderer
-
Draws a string onto a
Graphicshandle, using aFont,Colorand target bounds to calculate the location and automatic wrapping of text. - drawString(Graphics, String, Font, Color, Rectangle, TextAlignment, int) - Static method in class host.anzo.commons.graphics.text.TextRenderer
-
Draws a string onto a
Graphicshandle, using aFont,Colorand target bounds to calculate the location and automatic wrapping of text. - DUMP_HEAP_ON_LEAK - Static variable in class host.anzo.core.config.EmergencyConfig
- dumpHeap(String, boolean) - Static method in class host.anzo.commons.emergency.memory.MemoryHeapDumper
-
Create memory dump file
E
- e(String) - Method in class host.anzo.commons.xml.XmlBuilder
- e(String, Object, String) - Method in class host.anzo.commons.xml.XmlBuilder
- e(String, String) - Method in class host.anzo.commons.xml.XmlBuilder
- EDailyTickType - Enum Class in host.anzo.commons.datetime.dailytick
- EmergencyConfig - Class in host.anzo.core.config
- EmergencyConfig() - Constructor for class host.anzo.core.config.EmergencyConfig
- EN - Enum constant in enum class host.anzo.core.service.ObsceneFilterService.EObsceneLocaleType
- ENABLE_METRICS - Static variable in class host.anzo.core.config.EmergencyConfig
- endOfFile - Variable in class host.anzo.commons.io.RandomAccessFile
-
True if we are at the end of the file.
- equals(Object) - Method in record class host.anzo.commons.model.RouletteRandomEntry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class host.anzo.core.service.ObsceneFilterService.ObsceneBadWordSet
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class host.anzo.core.startup.StartupMethodInfo
-
Indicates whether some other object is "equal to" this one.
- EShutdownPriority - Enum Class in host.anzo.core.startup
- EVERY_HOUR - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- excludes() - Method in record class host.anzo.core.service.ObsceneFilterService.ObsceneBadWordSet
-
Returns the value of the
excludesrecord component. - executeGeneral(String, Runnable) - Method in class host.anzo.commons.threading.ThreadPool
-
Executes an general task sometime in future in another thread.
F
- file - Variable in class host.anzo.commons.io.RandomAccessFile
-
The underlying java.io.RandomAccessFile.
- FileBinaryReader - Class in host.anzo.commons.io
- FileBinaryReader(String) - Constructor for class host.anzo.commons.io.FileBinaryReader
- FileBinaryReader(String, boolean) - Constructor for class host.anzo.commons.io.FileBinaryReader
- FileBinaryReader(Path) - Constructor for class host.anzo.commons.io.FileBinaryReader
- FileBinaryReader(Path, boolean) - Constructor for class host.anzo.commons.io.FileBinaryReader
- FileBinaryWriter - Class in host.anzo.commons.io
- FileBinaryWriter(int) - Constructor for class host.anzo.commons.io.FileBinaryWriter
- FileBinaryWriter(Path) - Constructor for class host.anzo.commons.io.FileBinaryWriter
- FileBinaryWriter(ByteBuffer) - Constructor for class host.anzo.commons.io.FileBinaryWriter
- fileChannel - Variable in class host.anzo.commons.io.RandomAccessFile
- filePosition - Variable in class host.anzo.commons.io.RandomAccessFile
-
The offset in bytes from the file start, of the next read or write operation.
- filterWord(String) - Method in class host.anzo.core.service.ObsceneFilterService
-
Replace all obscene words in text with censor symbols
- FIRST_LINE_VISIBLE - Static variable in class host.anzo.commons.graphics.text.TextFormat
-
Indicates that the first line of the text should always be visible.
- flush() - Method in class host.anzo.commons.io.RandomAccessFile
-
Copy the contents of the buffer to the disk.
- FONT_CONTENT - Static variable in class host.anzo.commons.socials.telegram.ATelegramBot
- FONT_TITLE - Static variable in class host.anzo.commons.socials.telegram.ATelegramBot
- forEach(String, Runnable) - Method in class host.anzo.core.service.ForkJoinPoolService
- ForkJoinPoolService - Class in host.anzo.core.service
- ForkJoinPoolService() - Constructor for class host.anzo.core.service.ForkJoinPoolService
- format(Object, StringBuffer, FieldPosition) - Method in class host.anzo.commons.text.formatters.RoundedMetricPrefixFormat
- fromFile(String) - Static method in class host.anzo.commons.xml.XmlParser
- fromInputStream(Path, InputStream) - Static method in class host.anzo.commons.xml.XmlParser
- fromParent() - Element in annotation interface host.anzo.commons.emergency.metric.Metric
- fromResource(String, ClassLoader) - Static method in class host.anzo.commons.xml.XmlParser
- fromURI(String) - Static method in class host.anzo.commons.versioning.Locator
-
Constructs a file path from a
file:URI. - fromZip(String...) - Static method in class host.anzo.commons.xml.XmlParser
G
- G1Watcher - Class in host.anzo.commons.emergency.memory.watchers
- G1Watcher() - Constructor for class host.anzo.commons.emergency.memory.watchers.G1Watcher
- GEODATA - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- get() - Static method in class host.anzo.commons.utils.Rnd
- get(double) - Static method in class host.anzo.commons.utils.Rnd
- get(double, double) - Static method in class host.anzo.commons.utils.Rnd
- get(float) - Static method in class host.anzo.commons.utils.Rnd
- get(float, float) - Static method in class host.anzo.commons.utils.Rnd
- get(int) - Static method in class host.anzo.commons.utils.Rnd
-
Gets a random number between 0(inclusive) and n(exclusive)
- get(int[]) - Static method in class host.anzo.commons.utils.Rnd
- get(int, int) - Static method in class host.anzo.commons.utils.Rnd
- get(long) - Static method in class host.anzo.commons.utils.Rnd
- get(long, long) - Static method in class host.anzo.commons.utils.Rnd
- get(Class<E>) - Static method in class host.anzo.commons.utils.Rnd
- get(Collection<E>) - Static method in class host.anzo.commons.utils.Rnd
- get(List<E>) - Static method in class host.anzo.commons.utils.Rnd
- get(List<E>, E) - Static method in class host.anzo.commons.utils.Rnd
- get(E[]) - Static method in class host.anzo.commons.utils.Rnd
- get(SL) - Method in class host.anzo.core.startup.StartupInstance
- getAll() - Method in class host.anzo.core.startup.StartupInstance
- getAllFiles() - Static method in class host.anzo.commons.io.RandomAccessFile
- getAvailableBytes() - Method in class host.anzo.commons.io.FileBinaryWriter
- getBean() - Static method in class host.anzo.commons.utils.HotSpotUtils
- getBean() - Static method in class host.anzo.commons.utils.VMUtils
- getBot(Class<T>) - Method in class host.anzo.commons.socials.telegram.TelegramService
- getBufferSize() - Method in class host.anzo.commons.io.RandomAccessFile
-
Get the buffer size
- getByteBufferPool(boolean) - Static method in class host.anzo.commons.utils.HotSpotUtils
- getByteBufferPool(boolean) - Static method in class host.anzo.commons.utils.VMUtils
- getByteBufferPools() - Static method in class host.anzo.commons.utils.HotSpotUtils
- getByteBufferPools() - Static method in class host.anzo.commons.utils.VMUtils
- getChance(double) - Static method in class host.anzo.commons.utils.Rnd
-
Randomizer for chance calculation Recommending to use instead Rnd.get(n, n) if we need high precision values
- getChance(int) - Static method in class host.anzo.commons.utils.Rnd
-
Randomizer for chance calculation Recommending to use instead Rnd.get(n, n)
- getChance(int, int) - Static method in class host.anzo.commons.utils.Rnd
- getClassSource(Class<?>) - Static method in class host.anzo.commons.versioning.Locator
-
Find the directory or jar file the class has been loaded from.
- getConstructor(Class<T>, Class<?>...) - Static method in class host.anzo.commons.utils.ClassUtils
- getCurrentDayHourTime(long, int) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getCurrentDayPassedTime(long, TimeUnit) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getCurrentMonthStartTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getDefaultBackgroundImagePath() - Method in class host.anzo.commons.socials.telegram.ATelegramBot
- getDirectBufferFreeMemory() - Static method in class host.anzo.commons.utils.HotSpotUtils
- getDirectBufferFreeMemory() - Static method in class host.anzo.commons.utils.VMUtils
- getDirectoryName() - Method in class host.anzo.commons.xml.XmlParser
- getFD() - Method in class host.anzo.commons.io.RandomAccessFile
-
Returns the opaque file descriptor object associated with this file.
- getFieldValues(Class<?>) - Static method in class host.anzo.commons.utils.ClassUtils
- getFileName() - Method in class host.anzo.commons.xml.XmlParser
- getFilePointer() - Method in class host.anzo.commons.io.RandomAccessFile
-
Returns the current position in the file, where the next read or write will occur.
- getFormattedDateTime(LocalDateTime) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getInlineKeyboardMarkup(Update) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Attach keyboard to a specified update message
- getInternationalTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getLocalDate(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getLocalDateTime() - Static method in class host.anzo.commons.utils.DateTimeUtils
- getLocalDateTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getLocale() - Method in class host.anzo.core.service.ObsceneFilterService.ObsceneData
- getLocation() - Method in class host.anzo.commons.io.RandomAccessFile
-
Get the file location, or name.
- getLocationURLs(File, String[]) - Static method in class host.anzo.commons.versioning.Locator
-
Get an array of URLs representing all of the files of a given set of extensions in the given location.
- getLocationURLs(File) - Static method in class host.anzo.commons.versioning.Locator
-
Get an array of URLs representing all of the jar files in the given location.
- getMemoryUsageStatistics() - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>) - Static method in class host.anzo.commons.utils.ClassUtils
- getMetric() - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- getMetric() - Method in interface host.anzo.commons.emergency.metric.IMetric
- getMetric() - Static method in class host.anzo.commons.threading.RunnableWrapper
- getMetric() - Method in class host.anzo.commons.threading.ThreadPool
- getMetric() - Method in class host.anzo.core.service.ForkJoinPoolService
- getMetrics() - Method in class host.anzo.commons.emergency.metric.MetricService
- getMetricVirtual() - Static method in class host.anzo.commons.threading.RunnableWrapper
- getName() - Method in class host.anzo.commons.text.RandomNameGenerator
- getNext() - Method in class host.anzo.commons.collection.ListSplitter
- getNext() - Method in class host.anzo.commons.collection.MapSplitter
- getNext(int) - Method in class host.anzo.commons.collection.ListSplitter
- getNext(int) - Method in class host.anzo.commons.collection.MapSplitter
- getNextDayHourTime(long, int) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextDayStartTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextDayStartTime(long, DayOfWeek) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextHourTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextHourTime(long, int) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextMonthStartTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getOpenFiles() - Static method in class host.anzo.commons.io.RandomAccessFile
-
Debugging, do not use.
- getPattern() - Method in class host.anzo.core.service.ObsceneFilterService.ObsceneData
- getPosition() - Method in class host.anzo.commons.io.FileBinaryReader
- getPosition() - Method in class host.anzo.commons.io.FileBinaryWriter
- getPositionHex() - Method in class host.anzo.commons.io.FileBinaryReader
- getPositionHex() - Method in class host.anzo.commons.io.FileBinaryWriter
- getRandomAccessFile() - Method in class host.anzo.commons.io.RandomAccessFile
-
Allow access to the underlying java.io.RandomAccessFile.
- getRandomWithTick(double, double, long, long) - Static method in class host.anzo.commons.utils.Rnd
- getReplyKeyboardMarkup() - Method in class host.anzo.commons.socials.telegram.ATelegramBot
- getResourceSource(ClassLoader, String) - Static method in class host.anzo.commons.versioning.Locator
-
Find the directory or jar a given resource has been loaded from.
- getRouletteEntries(List<RouletteRandomEntry>, int) - Static method in class host.anzo.commons.utils.Rnd
- getRouletteEntry(List<RouletteRandomEntry>) - Static method in class host.anzo.commons.utils.Rnd
- getSize() - Method in class host.anzo.commons.io.FileBinaryReader
- getStats() - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- getStats() - Method in class host.anzo.commons.threading.ThreadPool
- getStats() - Method in class host.anzo.core.service.ForkJoinPoolService
- getString(int) - Static method in class host.anzo.commons.utils.Rnd
- getString(int) - Method in class host.anzo.commons.xml.XmlBuilder
- getStringHex(int) - Static method in class host.anzo.commons.utils.Rnd
- getTickPeriod() - Method in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- getTimeTo(LocalDateTime, TimeUnit) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getTimeToNextDayStart(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getTimeToNextDayStart(long, DayOfWeek) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getTimeToNextTick() - Method in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- getToolsJar() - Static method in class host.anzo.commons.versioning.Locator
-
Get the File necessary to load the Sun compiler tools.
- getUptime(TimeUnit) - Method in class host.anzo.core.startup.StartupManager
- getVMOption(String) - Static method in class host.anzo.commons.utils.HotSpotUtils
- getVMOption(String) - Static method in class host.anzo.commons.utils.VMUtils
- getZonedDateTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- Green - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- GreenB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- group() - Element in annotation interface host.anzo.core.startup.Reloadable
H
- handleNotification(Notification, Object) - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- handleNotification(Notification, Object) - Method in class host.anzo.commons.emergency.memory.watchers.PoolListener
- hasAttribute(String) - Method in class host.anzo.commons.xml.XmlParser
- hasConstructor(Class<?>, Class<?>...) - Static method in class host.anzo.commons.utils.ClassUtils
- hasFile() - Method in class host.anzo.commons.io.FileBinaryReader
- hashCode() - Method in record class host.anzo.commons.model.RouletteRandomEntry
-
Returns a hash code value for this object.
- hashCode() - Method in record class host.anzo.core.service.ObsceneFilterService.ObsceneBadWordSet
-
Returns a hash code value for this object.
- hashCode() - Method in record class host.anzo.core.startup.StartupMethodInfo
-
Returns a hash code value for this object.
- hasNext() - Method in class host.anzo.commons.collection.ListSplitter
- hasNext() - Method in class host.anzo.commons.collection.MapSplitter
- HeatMapImage - Class in host.anzo.commons.graphics.image
- HeatMapImage(BufferedImage, Collection<Point>) - Constructor for class host.anzo.commons.graphics.image.HeatMapImage
- hexStringToByteArray(String) - Static method in class host.anzo.commons.utils.HexUtils
-
Converts a hexadecimal string to a byte array.
- HexUtils - Class in host.anzo.commons.utils
- HexUtils() - Constructor for class host.anzo.commons.utils.HexUtils
- host.anzo.commons.collection - package host.anzo.commons.collection
- host.anzo.commons.concurrent - package host.anzo.commons.concurrent
- host.anzo.commons.config - package host.anzo.commons.config
- host.anzo.commons.config.annotation - package host.anzo.commons.config.annotation
- host.anzo.commons.datetime - package host.anzo.commons.datetime
- host.anzo.commons.datetime.dailytick - package host.anzo.commons.datetime.dailytick
- host.anzo.commons.emergency.deadlock - package host.anzo.commons.emergency.deadlock
- host.anzo.commons.emergency.memory - package host.anzo.commons.emergency.memory
- host.anzo.commons.emergency.memory.watchers - package host.anzo.commons.emergency.memory.watchers
- host.anzo.commons.emergency.metric - package host.anzo.commons.emergency.metric
- host.anzo.commons.enums - package host.anzo.commons.enums
- host.anzo.commons.graphics.image - package host.anzo.commons.graphics.image
- host.anzo.commons.graphics.text - package host.anzo.commons.graphics.text
- host.anzo.commons.io - package host.anzo.commons.io
- host.anzo.commons.model - package host.anzo.commons.model
- host.anzo.commons.socials.telegram - package host.anzo.commons.socials.telegram
- host.anzo.commons.text - package host.anzo.commons.text
- host.anzo.commons.text.formatters - package host.anzo.commons.text.formatters
- host.anzo.commons.threading - package host.anzo.commons.threading
- host.anzo.commons.utils - package host.anzo.commons.utils
- host.anzo.commons.versioning - package host.anzo.commons.versioning
- host.anzo.commons.xml - package host.anzo.commons.xml
- host.anzo.core.config - package host.anzo.core.config
- host.anzo.core.service - package host.anzo.core.service
- host.anzo.core.startup - package host.anzo.core.startup
- HotSpotUtils - Class in host.anzo.commons.utils
- HotSpotUtils() - Constructor for class host.anzo.commons.utils.HotSpotUtils
I
- id() - Method in record class host.anzo.commons.model.RouletteRandomEntry
-
Returns the value of the
idrecord component. - IDailyTickable - Interface in host.anzo.commons.datetime.dailytick
- IDeadlockListener - Interface in host.anzo.commons.emergency.deadlock
- IMemoryListener - Interface in host.anzo.commons.emergency.memory
- IMemoryWatcher - Interface in host.anzo.commons.emergency.memory.watchers
- IMetric - Interface in host.anzo.commons.emergency.metric
- include() - Method in record class host.anzo.core.service.ObsceneFilterService.ObsceneBadWordSet
-
Returns the value of the
includerecord component. - index() - Method in record class host.anzo.commons.model.RouletteRandomEntry
-
Returns the value of the
indexrecord component. - init() - Method in class host.anzo.core.startup.StartModule
- init(Class<?>) - Method in class host.anzo.commons.versioning.Version
- initFieldsFromMap(Object, Map<String, Object>) - Static method in class host.anzo.commons.utils.ClassUtils
- IReloadable - Interface in host.anzo.core.startup
- isApplicable(String) - Method in class host.anzo.core.service.ObsceneFilterService.ObsceneData
- isAsync() - Method in record class host.anzo.core.startup.StartupMethodInfo
-
Returns the value of the
isAsyncrecord component. - isAsync() - Element in annotation interface host.anzo.core.startup.StartupRun
- isAtEndOfFile() - Method in class host.anzo.commons.io.RandomAccessFile
-
Return true if file pointer is at end of file.
- isBottom() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is aligned to the bottom.
- isCenter() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is centered horizontally.
- isEmpty() - Method in class host.anzo.commons.collection.ConcurrentHashSet
- isEnabled() - Method in class host.anzo.commons.socials.telegram.ATelegramBot
- isEnabled(int, int) - Static method in class host.anzo.commons.graphics.text.TextFormat
-
Gets whether the target format contains a specific flag.
- isFirst() - Method in class host.anzo.commons.collection.ListSplitter
- isFirst() - Method in class host.anzo.commons.collection.MapSplitter
- IShutdownable - Interface in host.anzo.core.startup
- isLast() - Method in class host.anzo.commons.collection.ListSplitter
- isLast() - Method in class host.anzo.commons.collection.MapSplitter
- isLeft() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is aligned to the left.
- isLoadFromFile() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
- isMap() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
- isMiddle() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is aligned to the middle.
- isObsceneWord(String) - Method in class host.anzo.core.service.ObsceneFilterService
- isObsceneWord(String) - Method in class host.anzo.core.service.ObsceneFilterService.ObsceneData
- isRight() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is aligned to the right.
- isSameDay(long, long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- isShutDowning() - Method in class host.anzo.core.startup.StartupManager
- isStartupCompleted() - Method in class host.anzo.core.startup.StartupManager
- IStartupLevel - Interface in host.anzo.core.startup
- isTop() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is aligned to the top.
- isValid(MemoryPoolMXBean) - Method in class host.anzo.commons.emergency.memory.watchers.DefaultWatcher
- isValid(MemoryPoolMXBean) - Method in class host.anzo.commons.emergency.memory.watchers.G1Watcher
- isValid(MemoryPoolMXBean) - Method in interface host.anzo.commons.emergency.memory.watchers.IMemoryWatcher
- iterator() - Method in class host.anzo.commons.collection.ConcurrentHashSet
L
- lcid2locale(int, Locale) - Static method in class host.anzo.commons.utils.LCIDUtils
- LCIDUtils - Class in host.anzo.commons.utils
- LCIDUtils() - Constructor for class host.anzo.commons.utils.LCIDUtils
- length() - Method in class host.anzo.commons.io.RandomAccessFile
-
Get the length of the file.
- ListSplitter<T> - Class in host.anzo.commons.collection
- ListSplitter(Collection<T>, int) - Constructor for class host.anzo.commons.collection.ListSplitter
- LITTLE_ENDIAN - Static variable in class host.anzo.commons.io.RandomAccessFile
- loadForPackages() - Element in annotation interface host.anzo.commons.config.annotation.ConfigFile
- location - Variable in class host.anzo.commons.io.RandomAccessFile
-
File location
- Locator - Class in host.anzo.commons.versioning
-
The Locator is a utility class which is used to find certain items in the environment.
- lookupClassQuietly(String) - Static method in class host.anzo.commons.utils.ClassUtils
M
- MAJOR - Enum constant in enum class host.anzo.core.startup.EShutdownPriority
- MapSplitter<K,
V> - Class in host.anzo.commons.collection - MapSplitter(Map<K, V>, int) - Constructor for class host.anzo.commons.collection.MapSplitter
- MapSplitter(Map<K, V>, Comparator<? super K>, int) - Constructor for class host.anzo.commons.collection.MapSplitter
- MathUtils - Class in host.anzo.commons.utils
- MathUtils() - Constructor for class host.anzo.commons.utils.MathUtils
- MAX_CAPTION_SIZE - Static variable in class host.anzo.commons.socials.telegram.ATelegramBot
- MAX_MESSAGE_SIZE - Static variable in class host.anzo.commons.socials.telegram.ATelegramBot
- MAX_SQL_DATE - Static variable in class host.anzo.commons.utils.DateTimeUtils
- maxValue() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
- MEMORY_LEAK_DETECT_PERCENT - Static variable in class host.anzo.core.config.EmergencyConfig
- MemoryHeapDumper - Class in host.anzo.commons.emergency.memory
- MemoryHeapDumper() - Constructor for class host.anzo.commons.emergency.memory.MemoryHeapDumper
- MemoryLeakDetector - Class in host.anzo.commons.emergency.memory
- method() - Method in record class host.anzo.core.startup.StartupMethodInfo
-
Returns the value of the
methodrecord component. - Metric - Annotation Interface in host.anzo.commons.emergency.metric
- MetricGroupType - Enum Class in host.anzo.commons.emergency.metric
- MetricResult - Class in host.anzo.commons.emergency.metric
- MetricResult() - Constructor for class host.anzo.commons.emergency.metric.MetricResult
- MetricService - Class in host.anzo.commons.emergency.metric
- MIDDLE - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the middle of the target bounds.
- MIDDLE_LEFT - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the left of the target bounds.
- MIDDLE_RIGHT - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the right of the target bounds.
- MINOR - Enum constant in enum class host.anzo.core.startup.EShutdownPriority
- minValue() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
N
- name() - Element in annotation interface host.anzo.commons.config.annotation.ConfigFile
- name() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
- name() - Method in class host.anzo.commons.xml.XmlParser
- name() - Element in annotation interface host.anzo.core.startup.Reloadable
- NETWORK - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- newThread(Runnable) - Method in class host.anzo.commons.threading.ThreadPoolPriorityFactory
- nextBoolean() - Static method in class host.anzo.commons.utils.Rnd
- nextBytes(byte[]) - Static method in class host.anzo.commons.utils.Rnd
- nextDouble() - Static method in class host.anzo.commons.utils.Rnd
- nextGaussian() - Static method in class host.anzo.commons.utils.Rnd
- nextInt() - Static method in class host.anzo.commons.utils.Rnd
- NO_ANTI_ALIASING - Static variable in class host.anzo.commons.graphics.text.TextFormat
-
Indicates that the renderer should not use anti-aliasing when rendering the text.
- NONE - Static variable in class host.anzo.commons.graphics.text.TextFormat
-
No additional formatting flags should be used.
- Normal - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- notifyReady() - Static method in class host.anzo.commons.utils.SystemdUtils
- NumberUtils - Class in host.anzo.commons.utils
- NumberUtils() - Constructor for class host.anzo.commons.utils.NumberUtils
O
- ObsceneBadWordSet(Pattern, List<Pattern>) - Constructor for record class host.anzo.core.service.ObsceneFilterService.ObsceneBadWordSet
-
Creates an instance of a
ObsceneBadWordSetrecord class. - ObsceneData(XmlParser) - Constructor for class host.anzo.core.service.ObsceneFilterService.ObsceneData
- ObsceneFilterService - Class in host.anzo.core.service
- ObsceneFilterService.EObsceneLocaleType - Enum Class in host.anzo.core.service
- ObsceneFilterService.ObsceneBadWordSet - Record Class in host.anzo.core.service
- ObsceneFilterService.ObsceneData - Class in host.anzo.core.service
- onDailyTick(DayOfWeek, EDailyTickType) - Method in interface host.anzo.commons.datetime.dailytick.IDailyTickable
- onMemoryLeakDetected() - Method in interface host.anzo.commons.emergency.memory.IMemoryListener
- onMemoryLeakDetected() - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- onServerShutdown() - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Called when server going shutdown
- onShutdown() - Method in class host.anzo.commons.socials.telegram.TelegramService
- onShutdown() - Method in class host.anzo.commons.threading.ThreadPool
- onShutdown() - Method in interface host.anzo.core.startup.IShutdownable
- onShutdown() - Method in class host.anzo.core.startup.ScheduledService
- onTick() - Method in class host.anzo.commons.socials.telegram.ATelegramBot
- open() - Method in class host.anzo.commons.concurrent.CloseableReentrantLock
- openFiles - Static variable in class host.anzo.commons.io.RandomAccessFile
- optChild(String) - Method in class host.anzo.commons.xml.XmlParser
- order(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Change the current endian mode.
- ORDINAL - Enum constant in enum class host.anzo.core.startup.EShutdownPriority
P
- packIntsToLong(int, int) - Static method in class host.anzo.commons.utils.NumberUtils
-
Pack to integers to long
- parseDay(int) - Static method in class host.anzo.commons.utils.DateTimeUtils
- parseObject(String, ParsePosition) - Method in class host.anzo.commons.text.formatters.RoundedMetricPrefixFormat
-
Convert a String produced by format() back to a number.
- parseTimeSpan(String, TimeUnit) - Static method in class host.anzo.commons.utils.DateTimeUtils
- period() - Element in annotation interface host.anzo.core.startup.Scheduled
- pointEnd() - Method in class host.anzo.commons.datetime.StopWatch
- pointRestart() - Method in class host.anzo.commons.datetime.StopWatch
- pointResult() - Method in class host.anzo.commons.datetime.StopWatch
- pointResult(long) - Method in class host.anzo.commons.datetime.StopWatch
- pointResultAndRestart() - Method in class host.anzo.commons.datetime.StopWatch
- pointResultAndRestart(long) - Method in class host.anzo.commons.datetime.StopWatch
- pointResultNanos() - Method in class host.anzo.commons.datetime.StopWatch
- pointResultNanos(long) - Method in class host.anzo.commons.datetime.StopWatch
- pointStart() - Method in class host.anzo.commons.datetime.StopWatch
- PoolListener - Class in host.anzo.commons.emergency.memory.watchers
- printSection(String) - Static method in class host.anzo.commons.utils.ConsoleUtils
-
Prints a named section to log.
- printSection(String, ConsoleColors) - Static method in class host.anzo.commons.utils.ConsoleUtils
-
TODO: Implement custom RollingRandomAccessFile with replace ANSI codes when write to file to avoid unreadable symbols in text file Prints a named section to log.
- Purple - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- PurpleB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- putFileToZipStream(String, ZipOutputStream) - Static method in class host.anzo.commons.utils.ZipUtils
-
Add file to zip archive
R
- RandomAccessFile - Class in host.anzo.commons.io
-
A buffered drop-in replacement for java.io.RandomAccessFile.
- RandomAccessFile(int) - Constructor for class host.anzo.commons.io.RandomAccessFile
-
Constructor, for subclasses
- RandomAccessFile(String, String) - Constructor for class host.anzo.commons.io.RandomAccessFile
-
Constructor, default buffer size.
- RandomAccessFile(String, String, int) - Constructor for class host.anzo.commons.io.RandomAccessFile
-
Constructor.
- RandomNameGenerator - Class in host.anzo.commons.text
- read() - Method in class host.anzo.commons.io.RandomAccessFile
-
Read a byte of data from the file, blocking until data is available.
- read(byte[]) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read up to
b.length( )bytes into an array. - read(byte[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read up to
lenbytes into an array, at a specified offset. - read_(long, byte[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read directly from file, without going through the buffer.
- readB(byte[]) - Method in class host.anzo.commons.io.FileBinaryReader
- readB(byte[], int, int) - Method in class host.anzo.commons.io.FileBinaryReader
- readB(int) - Method in class host.anzo.commons.io.FileBinaryReader
- readBoolean() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a
booleanfrom this file. - readBoolean(String) - Method in class host.anzo.commons.xml.XmlParser
- readBoolean(String, boolean) - Method in class host.anzo.commons.xml.XmlParser
- readBuffer(long) - Method in class host.anzo.commons.io.RandomAccessFile
- readByte() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a signed 8-bit value from this file.
- readBytes(byte[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read up to
lenbytes into an array, at a specified offset. - readBytes(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read fully count number of bytes
- readC() - Method in class host.anzo.commons.io.FileBinaryReader
- readCB() - Method in class host.anzo.commons.io.FileBinaryReader
- readCD() - Method in class host.anzo.commons.io.FileBinaryReader
- readChar() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a Unicode character from this file.
- readD() - Method in class host.anzo.commons.io.FileBinaryReader
- readD(String) - Method in class host.anzo.commons.xml.XmlParser
- readD(String, int) - Method in class host.anzo.commons.xml.XmlParser
- readDouble() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a
doublefrom this file. - readDouble(double[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read an array of doubles
- readDQ() - Method in class host.anzo.commons.io.FileBinaryReader
- readDx(String) - Method in class host.anzo.commons.xml.XmlParser
- readEnum(String, Class<T>, T) - Method in class host.anzo.commons.xml.XmlParser
- readF() - Method in class host.anzo.commons.io.FileBinaryReader
- readF(String) - Method in class host.anzo.commons.xml.XmlParser
- readF(String, float) - Method in class host.anzo.commons.xml.XmlParser
- readFF() - Method in class host.anzo.commons.io.FileBinaryReader
- readFloat() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a
floatfrom this file. - readFloat(float[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read an array of floats
- readFully(byte[]) - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads
b.lengthbytes from this file into the byte array. - readFully(byte[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads exactly
lenbytes from this file into the byte array. - readH() - Method in class host.anzo.commons.io.FileBinaryReader
- readHD() - Method in class host.anzo.commons.io.FileBinaryReader
- readInt() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a signed 32-bit integer from this file.
- readInt(int[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read an array of ints
- readIntUnbuffered(long) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read an integer at the given position, bypassing all buffering.
- readLine() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads the next line of text from this file.
- readLong() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a signed 64-bit integer from this file.
- readLong(long[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read an array of longs
- readonly - Variable in class host.anzo.commons.io.RandomAccessFile
-
The access mode of the file.
- readQ() - Method in class host.anzo.commons.io.FileBinaryReader
- readQ(String) - Method in class host.anzo.commons.xml.XmlParser
- readQ(String, long) - Method in class host.anzo.commons.xml.XmlParser
- readQD() - Method in class host.anzo.commons.io.FileBinaryReader
- readQS() - Method in class host.anzo.commons.io.FileBinaryReader
- readQSS() - Method in class host.anzo.commons.io.FileBinaryReader
- readS() - Method in class host.anzo.commons.io.FileBinaryReader
-
Read null-terminated string
- readS(int) - Method in class host.anzo.commons.io.FileBinaryReader
- readS(int, Charset) - Method in class host.anzo.commons.io.FileBinaryReader
- readS(long) - Method in class host.anzo.commons.io.FileBinaryReader
- readS(String, String) - Method in class host.anzo.commons.xml.XmlParser
- readS(String) - Method in class host.anzo.commons.xml.XmlParser
- readShort() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads a signed 16-bit number from this file.
- readShort(short[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read an array of shorts
- readString(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read a String of knoen length.
- readToByteChannel(WritableByteChannel, long, long) - Method in class host.anzo.commons.io.RandomAccessFile
-
Read
nbytesbytes, at the specified file offset, send to a WritableByteChannel. - readUnsignedByte() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads an unsigned 8-bit number from this file.
- readUnsignedShort() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads an unsigned 16-bit number from this file.
- readUTF() - Method in class host.anzo.commons.io.RandomAccessFile
-
Reads in a string from this file.
- Red - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- RedB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- register(MemoryPoolMXBean) - Method in class host.anzo.commons.emergency.memory.watchers.DefaultWatcher
- register(MemoryPoolMXBean) - Method in class host.anzo.commons.emergency.memory.watchers.G1Watcher
- register(MemoryPoolMXBean) - Method in interface host.anzo.commons.emergency.memory.watchers.IMemoryWatcher
- registerListener(IDeadlockListener) - Method in class host.anzo.commons.emergency.deadlock.DeadlockDetector
- registerListener(IMemoryListener) - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- reload() - Method in class host.anzo.commons.config.ConfigLoader
- reload() - Method in interface host.anzo.core.startup.IReloadable
- Reloadable - Annotation Interface in host.anzo.core.startup
- reloadByGroup(String) - Method in class host.anzo.core.startup.ReloadService
-
Reload all instances with a specified reloadable group
- reloadByName(String) - Method in class host.anzo.core.startup.ReloadService
-
Reload all instances with specified reloadable name
- ReloadService - Class in host.anzo.core.startup
- remove(Object) - Method in class host.anzo.commons.collection.ConcurrentHashSet
- reportMemoryStats() - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- restart() - Method in class host.anzo.commons.datetime.StopWatch
- RESTART_IF_DEADLOCK - Static variable in class host.anzo.core.config.EmergencyConfig
- RESTART_IF_MEMORY_LEAK - Static variable in class host.anzo.core.config.EmergencyConfig
- result() - Method in class host.anzo.commons.datetime.StopWatch
- result(TimeUnit) - Method in class host.anzo.commons.datetime.StopWatch
- resultAndRestart() - Method in class host.anzo.commons.datetime.StopWatch
- Rnd - Class in host.anzo.commons.utils
- Rnd() - Constructor for class host.anzo.commons.utils.Rnd
- RouletteRandomEntry - Record Class in host.anzo.commons.model
- RouletteRandomEntry(int, int, int) - Constructor for record class host.anzo.commons.model.RouletteRandomEntry
-
Creates an instance of a
RouletteRandomEntryrecord class. - RoundedMetricPrefixFormat - Class in host.anzo.commons.text.formatters
-
Converts a number to a string in metric prefix format.
- RoundedMetricPrefixFormat() - Constructor for class host.anzo.commons.text.formatters.RoundedMetricPrefixFormat
- RU - Enum constant in enum class host.anzo.core.service.ObsceneFilterService.EObsceneLocaleType
- run() - Method in class host.anzo.commons.threading.RunnableWrapper
- runAfterMethods() - Method in interface host.anzo.core.startup.IStartupLevel
- runAfterServerStart() - Element in annotation interface host.anzo.core.startup.Scheduled
- runBeforeMethods() - Method in interface host.anzo.core.startup.IStartupLevel
- RunnableWrapper - Class in host.anzo.commons.threading
- RunnableWrapper(Runnable) - Constructor for class host.anzo.commons.threading.RunnableWrapper
- RunnableWrapper(Runnable, boolean) - Constructor for class host.anzo.commons.threading.RunnableWrapper
- RunnableWrapper(Runnable, boolean, String) - Constructor for class host.anzo.commons.threading.RunnableWrapper
- RunnableWrapper(Runnable, String) - Constructor for class host.anzo.commons.threading.RunnableWrapper
S
- save(String) - Method in class host.anzo.commons.graphics.image.HeatMapImage
-
Save heat map to file by specified path
- Scheduled - Annotation Interface in host.anzo.core.startup
- ScheduledService - Class in host.anzo.core.startup
- scheduleGeneral(String, Runnable, long, TimeUnit) - Method in class host.anzo.commons.threading.ThreadPool
-
Schedules a general task to be executed after the given delay.
- scheduleGeneral(String, Runnable, LocalDateTime) - Method in class host.anzo.commons.threading.ThreadPool
- scheduleGeneralAtFixedRate(String, Runnable, long, long, TimeUnit) - Method in class host.anzo.commons.threading.ThreadPool
-
Schedules a general task to be executed at fixed rate.
- scheduleTasks() - Method in class host.anzo.core.startup.ScheduledService
- seek(long) - Method in class host.anzo.commons.io.RandomAccessFile
-
Set the position in the file for the next read or write.
- sendMessage(Long, String, String, String) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Create image with specified text and additional image
- sendMessage(Long, String, String, String, String) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Send a message with image to the channel with specified chatId
- sendMessage(String, String) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Send text message to specified chat
- sendMessage(String, String, String, String, String) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Send a message with image to the channel with specified chatId
- sendMessage(SendMessage) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Send a message asynchronously
- sendMessage(Update, Long, String, boolean) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Send a text message to specified chat with the possibility to attach inline keyboard
- sendPackets(String, Runnable) - Method in class host.anzo.core.service.ForkJoinPoolService
- setBufferSize(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Set the buffer size.
- setExtendMode() - Method in class host.anzo.commons.io.RandomAccessFile
-
Set extendMode for truncated, yet valid files - old NetCDF code allowed this when NOFILL on, and user doesnt write all variables.
- setMinLength(long) - Method in class host.anzo.commons.io.RandomAccessFile
-
Make sure file is at least this long when its closed.
- setPosition(int) - Method in class host.anzo.commons.io.FileBinaryReader
- setPosition(int) - Method in class host.anzo.commons.io.FileBinaryWriter
- setStatus(String) - Static method in class host.anzo.commons.utils.SystemdUtils
- showOpen - Static variable in class host.anzo.commons.io.RandomAccessFile
- showRead - Static variable in class host.anzo.commons.io.RandomAccessFile
- shutdown() - Method in class host.anzo.core.startup.StartupManager
- shutdownPriority() - Element in annotation interface host.anzo.core.startup.StartupComponent
- singletonInstance(Class<?>) - Static method in class host.anzo.commons.utils.ClassUtils
- singletonInstanceMethod(Class<?>, Method) - Static method in class host.anzo.commons.utils.ClassUtils
- size() - Method in class host.anzo.commons.collection.ConcurrentHashSet
- size() - Method in class host.anzo.commons.collection.ListSplitter
- size() - Method in class host.anzo.commons.collection.MapSplitter
- size() - Method in class host.anzo.commons.text.RandomNameGenerator
- skip(int) - Method in class host.anzo.commons.io.FileBinaryReader
- skipBytes(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Skips exactly
nbytes of input. - sortMapByValue(Map<K, V>, boolean) - Static method in class host.anzo.commons.utils.StreamUtils
- splitter() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
- StartModule<SL extends Enum<SL>> - Class in host.anzo.core.startup
- StartModule(SL, Class<?>) - Constructor for class host.anzo.core.startup.StartModule
- startup(Class<SL>) - Method in class host.anzo.core.startup.StartupManager
- StartupComponent - Annotation Interface in host.anzo.core.startup
- StartupInstance<SL extends Enum<SL>> - Class in host.anzo.core.startup
- StartupInstance() - Constructor for class host.anzo.core.startup.StartupInstance
- StartupManager - Class in host.anzo.core.startup
- StartupMethodInfo - Record Class in host.anzo.core.startup
- StartupMethodInfo(Class<?>, Method, boolean) - Constructor for record class host.anzo.core.startup.StartupMethodInfo
-
Creates an instance of a
StartupMethodInforecord class. - StartupRun - Annotation Interface in host.anzo.core.startup
- StopWatch - Class in host.anzo.commons.datetime
- StopWatch() - Constructor for class host.anzo.commons.datetime.StopWatch
- StreamUtils - Class in host.anzo.commons.utils
- StreamUtils() - Constructor for class host.anzo.commons.utils.StreamUtils
- StringExUtils - Class in host.anzo.commons.utils
- StringExUtils() - Constructor for class host.anzo.commons.utils.StringExUtils
- stringToHexByteArray(String) - Static method in class host.anzo.commons.utils.HexUtils
-
Converts a string of space-separated hexadecimal values into a byte array.
- stringToHexString(String) - Static method in class host.anzo.commons.utils.HexUtils
-
Converts a string to a hexadecimal string representation.
- SYSTEM - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- SystemdUtils - Class in host.anzo.commons.utils
- SystemdUtils() - Constructor for class host.anzo.commons.utils.SystemdUtils
T
- TelegramBot - Annotation Interface in host.anzo.commons.socials.telegram
- TelegramService - Class in host.anzo.commons.socials.telegram
- TelegramService() - Constructor for class host.anzo.commons.socials.telegram.TelegramService
- TextAlignment - Enum Class in host.anzo.commons.graphics.text
-
An enumerator which indicates where text should be positioned.
- TextFormat - Class in host.anzo.commons.graphics.text
-
A class which provides formatting flags for use when rendering text.
- TextRenderer - Class in host.anzo.commons.graphics.text
-
A class which provides static methods for rendering text using alignment.
- ThreadPool - Class in host.anzo.commons.threading
- THREADPOOL - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- ThreadPoolPriorityFactory - Class in host.anzo.commons.threading
- ThreadPoolPriorityFactory(String, int) - Constructor for class host.anzo.commons.threading.ThreadPoolPriorityFactory
- tickTask() - Method in class host.anzo.commons.socials.telegram.TelegramService
- timeUnit() - Element in annotation interface host.anzo.core.startup.Scheduled
- toByteArray() - Method in class host.anzo.commons.io.FileBinaryWriter
- toEpochMillis(LocalDateTime) - Static method in class host.anzo.commons.utils.DateTimeUtils
- token - Variable in class host.anzo.commons.socials.telegram.ATelegramBot
- toMetricPrefixedString(long) - Static method in class host.anzo.commons.utils.NumberUtils
- TOP - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the top of the target bounds.
- TOP_LEFT - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the top-left of the target bounds.
- TOP_RIGHT - Enum constant in enum class host.anzo.commons.graphics.text.TextAlignment
-
Text should be aligned to the top-right of the target bounds.
- toString() - Method in class host.anzo.commons.datetime.StopWatch
- toString() - Method in class host.anzo.commons.io.RandomAccessFile
-
Create a string representation of this object.
- toString() - Method in record class host.anzo.commons.model.RouletteRandomEntry
-
Returns a string representation of this record class.
- toString() - Method in class host.anzo.commons.versioning.Version
- toString() - Method in class host.anzo.commons.xml.XmlBuilder
- toString() - Method in record class host.anzo.core.service.ObsceneFilterService.ObsceneBadWordSet
-
Returns a string representation of this record class.
- toString() - Method in class host.anzo.core.startup.StartModule
- toString() - Method in record class host.anzo.core.startup.StartupMethodInfo
-
Returns a string representation of this record class.
- toTimeSpan(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- trim() - Method in class host.anzo.commons.io.FileBinaryWriter
- trimNBSP(String) - Static method in class host.anzo.commons.utils.StringExUtils
-
Remove all whitespaces/tabs and special symbols like and
U
- unpackIntsFromLong(long) - Static method in class host.anzo.commons.utils.NumberUtils
-
Unpack two integers from specified long number
- unread() - Method in class host.anzo.commons.io.RandomAccessFile
-
Unread the last byte read.
V
- value() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
- value() - Element in annotation interface host.anzo.core.startup.StartupComponent
- valueOf(String) - Static method in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.commons.emergency.metric.MetricGroupType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.commons.enums.ConsoleColors
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.core.service.ObsceneFilterService.EObsceneLocaleType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.core.startup.EShutdownPriority
-
Returns the enum constant of this class with the specified name.
- valueOfHour(int) - Static method in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- values() - Element in annotation interface host.anzo.commons.config.annotation.ConfigProperty
- values() - Static method in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class host.anzo.commons.emergency.metric.MetricGroupType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class host.anzo.commons.enums.ConsoleColors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class host.anzo.core.service.ObsceneFilterService.EObsceneLocaleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class host.anzo.core.startup.EShutdownPriority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in host.anzo.commons.versioning
- Version() - Constructor for class host.anzo.commons.versioning.Version
- VMUtils - Class in host.anzo.commons.utils
- VMUtils() - Constructor for class host.anzo.commons.utils.VMUtils
W
- WEB - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- White - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- WhiteB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- WORLD - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- write(byte[]) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes
b.lengthbytes from the specified byte array starting at offsetoffto this file. - write(byte[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes
lenbytes from the specified byte array starting at offsetoffto this file. - write(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write a byte to the file.
- write(Field, Object) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeB(byte) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeB(byte[]) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeBoolean(boolean) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes a
booleanto the file as a 1-byte value. - writeBoolean(boolean[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write an array of booleans
- writeByte(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes a
byteto the file as a 1-byte value. - writeBytes(byte[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write
lenbytes from an array to the file. - writeBytes(char[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes the character array to the file as a sequence of bytes.
- writeBytes(String) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes the string to the file as a sequence of bytes.
- writeC(int) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeCB(boolean) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeChar(char[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write an array of chars
- writeChar(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes a
charto the file as a 2-byte value, high byte first. - writeChars(String) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes a string to the file as a sequence of characters.
- writeD(int) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeD(long) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeDouble(double) - Method in class host.anzo.commons.io.RandomAccessFile
-
Converts the double argument to a
longusing thedoubleToLongBitsmethod in classDouble, and then writes thatlongvalue to the file as an 8-byte quantity, high byte first. - writeDouble(double[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write an array of doubles
- writeF(float) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeFF(double) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeFloat(float) - Method in class host.anzo.commons.io.RandomAccessFile
-
Converts the float argument to an
intusing thefloatToIntBitsmethod in classFloat, and then writes thatintvalue to the file as a 4-byte quantity, high byte first. - writeFloat(float[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write an array of floats
- writeH(int) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeInt(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes an
intto the file as four bytes, high byte first. - writeInt(int[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write an array of ints
- writeLong(long) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes a
longto the file as eight bytes, high byte first. - writeLong(long[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write an array of longs
- writeQ(long) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeQS(CharSequence) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeS(CharSequence) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeS(CharSequence, int) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeShort(int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes a
shortto the file as two bytes, high byte first. - writeShort(short[], int, int) - Method in class host.anzo.commons.io.RandomAccessFile
-
Write an array of shorts
- writeToFile(File) - Method in class host.anzo.commons.xml.XmlBuilder
- writeToFile(String) - Method in class host.anzo.commons.xml.XmlBuilder
- writeToFile(Path) - Method in class host.anzo.commons.io.FileBinaryWriter
- writeUTF(String) - Method in class host.anzo.commons.io.RandomAccessFile
-
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
X
- XmlBuilder - Class in host.anzo.commons.xml
- XmlBuilder(String) - Constructor for class host.anzo.commons.xml.XmlBuilder
- XmlBuilder(String, Object, XmlBuilder, String) - Constructor for class host.anzo.commons.xml.XmlBuilder
- XmlParser - Class in host.anzo.commons.xml
Y
- Yellow - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- YellowB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
Z
- ZipUtils - Class in host.anzo.commons.utils
- ZipUtils() - Constructor for class host.anzo.commons.utils.ZipUtils
_
- _0_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _6_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form