Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a(String, Object) - Method in class host.anzo.commons.io.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
- addBlock(String, String, int, long, TimeUnit) - Method in class host.anzo.core.service.FirewallService
-
Add firewall block rule for specified parameters
- addButton(int, String) - Method in class host.anzo.commons.socials.telegram.TelegramKeyboard
- addDependency(StartModule<SL>) - Method in class host.anzo.core.startup.StartModule
- addIfAbsent(E) - Method in class host.anzo.commons.collection.ConcurrentHashSet
- addJars(List<File>) - Static method in class host.anzo.commons.utils.ClassUtils
- 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
- ADMINISTRATOR_IP_ADDRESSES - Static variable in class host.anzo.core.config.WebServerConfig
- after() - Method in interface host.anzo.core.startup.IStartupLevel
- 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.binary.BufferedRandomAccessFile
- ALLOW_ONLY_CLOUDFLARE_IPS - Static variable in class host.anzo.core.config.WebServerConfig
- ATelegramBot - Class in host.anzo.commons.socials.telegram
- ATelegramBot(String, String, boolean) - Constructor for class host.anzo.commons.socials.telegram.ATelegramBot
-
Telegram bot default constructor
- attach(SendMessage) - Method in class host.anzo.commons.socials.telegram.TelegramKeyboard
- attachEdit(EditMessageText) - Method in class host.anzo.commons.socials.telegram.TelegramKeyboard
- attributeNames() - Method in class host.anzo.commons.io.xml.XmlParser
- AWebArea - Class in host.anzo.core.webserver.model
- AWebArea() - Constructor for class host.anzo.core.webserver.model.AWebArea
- AWebRequest - Class in host.anzo.core.webserver.model
- AWebRequest() - Constructor for class host.anzo.core.webserver.model.AWebRequest
- AWebRequest(Request) - Constructor for class host.anzo.core.webserver.model.AWebRequest
B
- BAN - Enum constant in enum class host.anzo.commons.model.enums.ERestrictionType
- banChatId(long) - Method in class host.anzo.core.service.TelegramService
- before() - Method in interface host.anzo.core.startup.IStartupLevel
- beforeMethods - Static variable in interface host.anzo.core.startup.IStartupLevel
- BIG_ENDIAN - Static variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
- bigEndian - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.binary.BufferedRandomAccessFile
-
The buffer used for reading the data.
- BufferedRandomAccessFile - Class in host.anzo.commons.io.binary
-
A buffered drop-in replacement for java.io.RandomAccessFile.
- BufferedRandomAccessFile(int) - Constructor for class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Constructor, for subclasses
- BufferedRandomAccessFile(String, String) - Constructor for class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Constructor, default buffer size.
- BufferedRandomAccessFile(String, String, int) - Constructor for class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Constructor.
- bufferStart - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
The offset in bytes of the start of the buffer, from the start of the file.
- build() - Method in class host.anzo.core.webserver.utils.JsonResultBuilder
- build() - Method in class host.anzo.core.webserver.utils.PostRequest
- BYPASS - Enum constant in enum class host.anzo.commons.model.enums.ERestrictionType
- 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.
- ByteBufferCleaner - Class in host.anzo.commons.unsafe
- ByteBufferCleaner() - Constructor for class host.anzo.commons.unsafe.ByteBufferCleaner
- ByteBufferEx - Class in host.anzo.commons.io.binary
- ByteBufferEx(byte[], ByteOrder) - Constructor for class host.anzo.commons.io.binary.ByteBufferEx
-
Wrap a specified byte array to ByteBufferEx
- ByteBufferEx(int, ByteOrder, boolean) - Constructor for class host.anzo.commons.io.binary.ByteBufferEx
-
Create ByteBufferEx with specified order and capacity
- ByteBufferEx(InputStream, ByteOrder) - Constructor for class host.anzo.commons.io.binary.ByteBufferEx
-
Wrap specified InputStream to ByteBufferEx
C
- call() - Method in class host.anzo.commons.threading.CallableWrapper
-
Executes the wrapped Callable task.
- CallableWrapper<V> - Class in host.anzo.commons.threading
-
A wrapper for
Callabletasks that provides error handling, default return value and metrics collection. - CallableWrapper(Callable<V>, V) - Constructor for class host.anzo.commons.threading.CallableWrapper
-
Creates a new CallableWrapper for the given Callable task.
- CallableWrapper(Callable<V>, V, boolean) - Constructor for class host.anzo.commons.threading.CallableWrapper
-
Creates a new CallableWrapper for the given Callable task.
- CallableWrapper(Callable<V>, V, boolean, String) - Constructor for class host.anzo.commons.threading.CallableWrapper
-
Creates a new CallableWrapper for the given Callable task.
- CallableWrapper(Callable<V>, V, String) - Constructor for class host.anzo.commons.threading.CallableWrapper
-
Creates a new CallableWrapper for the given Callable task.
- capacity() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- 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.
- CF_CONNECTING_IP - Static variable in class host.anzo.core.service.CloudflareService
- CF_IPCOUNTRY - Static variable in class host.anzo.core.service.CloudflareService
- CF_RAY - Static variable in class host.anzo.core.service.CloudflareService
- chance() - Method in record class host.anzo.commons.model.RouletteRandomEntry
-
Returns the value of the
chancerecord component. - checkAccess() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- checkDestroy() - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Check if buffer must be destroyed
- checkReCaptchaAnswer(String, String) - Method in class host.anzo.core.webserver.WebService
- child(String) - Method in class host.anzo.commons.io.xml.XmlParser
- children() - Method in class host.anzo.commons.io.xml.XmlParser
- children(String) - Method in class host.anzo.commons.io.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. - clean(ByteBuffer) - Static method in class host.anzo.commons.unsafe.ByteBufferCleaner
-
Releases memory held by the given
ByteBuffer. - cleanupBans() - Method in class host.anzo.core.service.FirewallService
- clear() - Method in class host.anzo.commons.collection.ConcurrentHashSet
- clear() - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Clear byte buffer content
- clear() - Method in class host.anzo.core.service.FirewallService
-
Clear blocked IP list
- 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.binary.BufferedRandomAccessFile
-
Close the file, and release any associated system resources.
- close() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- close() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- close() - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- close() - Method in class host.anzo.commons.io.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
- CloudflareService - Class in host.anzo.core.service
- CloudflareService() - Constructor for class host.anzo.core.service.CloudflareService
- color() - Method in enum class host.anzo.commons.enums.ConsoleColors
- compact() - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Compact byte buffer
- 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
- ConfigLoader - Class in host.anzo.commons.config
- ConfigLoader() - Constructor for class host.anzo.commons.config.ConfigLoader
- 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
- contains(InetAddress) - Method in class host.anzo.commons.network.iprange.IP4Range
- contains(InetAddress) - Method in class host.anzo.commons.network.iprange.IP6Range
- contains(InetAddress) - Method in interface host.anzo.commons.network.iprange.IPRange
- content() - Method in class host.anzo.commons.io.xml.XmlParser
- create() - Static method in class host.anzo.commons.socials.telegram.TelegramKeyboard
- createHeatMap(float, boolean) - Method in class host.anzo.commons.graphics.image.HeatMapImage
-
creates the heatmap.
- createReCaptcha() - Method in class host.anzo.core.webserver.WebService
- createZipFileSystem(String, boolean) - Static method in class host.anzo.commons.utils.ZipUtils
-
Returns a zip file system
- CustomBooleanDeserializer() - Constructor for class host.anzo.commons.utils.JsonUtils.CustomBooleanDeserializer
- 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
- DATA_PATH - Static variable in class host.anzo.core.config.WebServerConfig
- DATABASE - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- dataEnd - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.binary.BufferedRandomAccessFile
-
The size of the data stored in the buffer, in bytes.
- dataToJson(Object) - Static method in class host.anzo.commons.utils.JsonUtils
- dataToJson(Object) - Method in class host.anzo.core.webserver.model.AWebArea
- dataToJson(Response, Object) - Static method in class host.anzo.commons.utils.JsonUtils
- dataToJson(Response, Object) - Method in class host.anzo.core.webserver.model.AWebArea
- 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
- DEBUG - Static variable in class host.anzo.core.config.WebServerConfig
- decompress(byte[]) - Static method in class host.anzo.commons.utils.ZipUtils
- defaultBufferSize - Static variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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(long, int) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Delete a message from channel with specified chatId
- deleteMessage(String, int) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Delete a message from channel with specified chatId
- deleteMessage(String, Message) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Delete a message from channel with specified chatId
- deserialize(JsonParser, DeserializationContext) - Method in class host.anzo.commons.utils.JsonUtils.CustomBooleanDeserializer
- DISABLED - Enum constant in enum class host.anzo.commons.model.enums.EFirewallType
- 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. - DROP - Enum constant in enum class host.anzo.commons.model.enums.ERestrictionType
- 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.io.xml.XmlBuilder
- e(String, Object, String) - Method in class host.anzo.commons.io.xml.XmlBuilder
- e(String, String) - Method in class host.anzo.commons.io.xml.XmlBuilder
- EDailyTickType - Enum Class in host.anzo.commons.datetime.dailytick
- EFirewallType - Enum Class in host.anzo.commons.model.enums
- EHttpRequestContentType - Enum Class in host.anzo.commons.model.enums
- 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 - Static variable in class host.anzo.core.config.WebServerConfig
- ENABLE_COMPRESSION - Static variable in class host.anzo.core.config.WebServerConfig
- ENABLE_HTTP2 - Static variable in class host.anzo.core.config.WebServerConfig
- ENABLE_METRICS - Static variable in class host.anzo.core.config.EmergencyConfig
- ENABLE_REQUEST_LIMITER - Static variable in class host.anzo.core.config.WebServerConfig
- ENABLE_REQUESTS_LOG - Static variable in class host.anzo.core.config.WebServerConfig
- ENABLE_SOCKETS - Static variable in class host.anzo.core.config.WebServerConfig
- ENABLE_SSL - Static variable in class host.anzo.core.config.WebServerConfig
- ENABLED_USER_AGENTS - Static variable in class host.anzo.core.config.WebServerConfig
- endOfFile - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.
- ERestrictionType - Enum Class in host.anzo.commons.model.enums
- error(Response) - Method in class host.anzo.core.webserver.model.AWebArea
- error(Response, String, String) - Method in class host.anzo.core.webserver.model.AWebArea
- errorDisabled(Response) - Method in class host.anzo.core.webserver.model.AWebArea
- 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. - execute(Runnable) - Method in class host.anzo.core.service.ThreadPoolService
-
Executes an general task in another thread using the
ThreadPoolService.SYSTEM_EXECUTOR. - execute(Runnable, boolean, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Executes an general task in another thread.
- execute(Runnable, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Executes an general task in another thread using the
ThreadPoolService.SYSTEM_EXECUTOR. - execute(Runnable, boolean) - Method in class host.anzo.core.service.ThreadPoolService
-
Executes an general task in another thread.
- executeForkJoin(Runnable) - Method in class host.anzo.core.service.ThreadPoolService
-
Arranges for (asynchronous) execution of the given task in
ThreadPoolService.FORK_JOIN_POOL. - executeForkJoin(Runnable, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Arranges for (asynchronous) execution of the given task in
ThreadPoolService.FORK_JOIN_POOL.
F
- file - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
The underlying java.io.RandomAccessFile.
- FileBinaryReader - Class in host.anzo.commons.io.binary
- FileBinaryReader(String) - Constructor for class host.anzo.commons.io.binary.FileBinaryReader
- FileBinaryReader(String, boolean) - Constructor for class host.anzo.commons.io.binary.FileBinaryReader
- FileBinaryReader(Path) - Constructor for class host.anzo.commons.io.binary.FileBinaryReader
- FileBinaryReader(Path, boolean) - Constructor for class host.anzo.commons.io.binary.FileBinaryReader
- FileBinaryWriter - Class in host.anzo.commons.io.binary
- FileBinaryWriter(int) - Constructor for class host.anzo.commons.io.binary.FileBinaryWriter
- FileBinaryWriter(ByteBuffer) - Constructor for class host.anzo.commons.io.binary.FileBinaryWriter
- FileBinaryWriter(Path) - Constructor for class host.anzo.commons.io.binary.FileBinaryWriter
- fileChannel - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
- filePosition - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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
- FIREWALL_BAN_TIME - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_BANNED_COUNTRIES - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_FLUSHED_SETS_BEFORE_START - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_MAX_CONNECTS_PER_SECOND - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_MAX_CONNECTS_PER_SECOND_RESTRICT - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_MAX_PACKETS_PER_SECOND - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_MAX_PACKETS_PER_SECOND_RESTRICT - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_SYSTEM_FIREWALL_RULE - Static variable in class host.anzo.core.config.FirewallConfig
- FIREWALL_TYPE - Static variable in class host.anzo.core.config.FirewallConfig
- FirewallConfig - Class in host.anzo.core.config
- FirewallConfig() - Constructor for class host.anzo.core.config.FirewallConfig
- FirewallService - Class in host.anzo.core.service
- 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.
- flip() - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Flip byte buffer content
- flush() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Copy the contents of the buffer to the disk.
- flushSystemFirewall() - Method in class host.anzo.core.service.FirewallService
- FONT_CONTENT - Static variable in class host.anzo.commons.socials.telegram.ATelegramBot
- FONT_TITLE - Static variable in class host.anzo.commons.socials.telegram.ATelegramBot
- FORK_JOIN_POOL_CONFIG - Static variable in class host.anzo.core.config.ThreadPoolConfig
- format(Object, StringBuffer, FieldPosition) - Method in class host.anzo.commons.text.formatters.RoundedMetricPrefixFormat
- FormUrlEncoded - Enum constant in enum class host.anzo.commons.model.enums.EHttpRequestContentType
- fromFile(String) - Static method in class host.anzo.commons.io.xml.XmlParser
- fromInputStream(Path, InputStream) - Static method in class host.anzo.commons.io.xml.XmlParser
- fromLong(long) - Static method in class host.anzo.commons.utils.IpUtils
- fromParent() - Element in annotation interface host.anzo.commons.emergency.metric.Metric
- fromPath(Path) - Static method in class host.anzo.commons.io.xml.XmlParser
- fromResource(String, ClassLoader) - Static method in class host.anzo.commons.io.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.io.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(E[]) - 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(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.binary.BufferedRandomAccessFile
- getAvailableBytes() - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- getBean() - Static method in class host.anzo.commons.utils.VMUtils
- getBoolean(String) - Method in class host.anzo.core.webserver.model.AWebRequest
- getBot(Class<T>) - Method in class host.anzo.core.service.TelegramService
- getBufferSize() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Get the buffer size
- getByteBufferPool(boolean) - Static method in class host.anzo.commons.utils.VMUtils
- 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.VMUtils
- getDirectoryName() - Method in class host.anzo.commons.io.xml.XmlParser
- getDouble(String) - Method in class host.anzo.core.webserver.model.AWebRequest
- getDouble(String, double) - Method in class host.anzo.core.webserver.model.AWebRequest
- getEnum(String, Class<T>, T) - Method in class host.anzo.core.webserver.model.AWebRequest
- getExecutor() - Method in class host.anzo.core.service.ThreadPoolService
- getExternalIP() - Static method in class host.anzo.commons.utils.IpUtils
- getExternalIP() - Static method in class host.anzo.commons.utils.NetworkUtils
- getFD() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.io.xml.XmlParser
- getFilePointer() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Returns the current position in the file, where the next read or write will occur.
- getForkJoinPool() - Method in class host.anzo.core.service.ThreadPoolService
- 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
- getInteger(String) - Method in class host.anzo.core.webserver.model.AWebRequest
- getInteger(String, int) - Method in class host.anzo.core.webserver.model.AWebRequest
- getInternationalTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getJson(String, Class<T>) - Method in class host.anzo.core.webserver.model.AWebRequest
- getList(Class<T>, String) - Method in class host.anzo.core.webserver.model.AWebRequest
- 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
- getLocation() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.
- getLock(long) - Method in class host.anzo.core.webserver.WebService
- getLong(String) - Method in class host.anzo.core.webserver.model.AWebRequest
- getMap(String) - Method in class host.anzo.core.webserver.model.AWebRequest
- 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.CallableWrapper
-
Returns the metrics for non-virtual CallableWrappers.
- getMetric() - Static method in class host.anzo.commons.threading.RunnableWrapper
-
Returns the metrics for non-virtual RunnableWrappers.
- getMetric() - Method in class host.anzo.core.service.ThreadPoolService
- getMetric() - Method in class host.anzo.core.webserver.WebService
- getMetrics() - Method in class host.anzo.commons.emergency.metric.MetricService
- getMetricVirtual() - Static method in class host.anzo.commons.threading.CallableWrapper
-
Returns the metrics for virtual CallableWrappers.
- getMetricVirtual() - Static method in class host.anzo.commons.threading.RunnableWrapper
-
Returns the metrics for virtual RunnableWrappers.
- 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
- getNextDayHourTime(long, int, int) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextDayHourTime(LocalDateTime, int, 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
- getNextHourTime(long, int, int) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextHourTime(LocalDateTime, int, int) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getNextMonthStartTime(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- getParam(String) - Method in class host.anzo.core.webserver.model.AWebRequest
- getParams() - Method in class host.anzo.core.webserver.model.AWebRequest
- getPing(InetAddress) - Static method in class host.anzo.commons.utils.IpUtils
- getPosition() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- getPosition() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- getPosition() - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- getPositionHex() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- getPositionHex() - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- getRandomAccessFile() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Allow access to the underlying java.io.RandomAccessFile.
- getRandomWithTick(double, double, long, long) - Static method in class host.anzo.commons.utils.Rnd
- getRealIp(Session) - Static method in class host.anzo.commons.utils.IpUtils
- getRealIp(Request) - Static method in class host.anzo.commons.utils.IpUtils
- getRealIp(Request) - Method in class host.anzo.core.webserver.model.AWebArea
- 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
- getScheduler() - Method in class host.anzo.core.service.ThreadPoolService
- getSize() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- getStartupTime(TimeUnit) - Method in class host.anzo.core.startup.StartupManager
- getStats() - Method in class host.anzo.commons.emergency.memory.MemoryLeakDetector
- getStats() - Method in class host.anzo.core.service.ThreadPoolService
- getString(int) - Method in class host.anzo.commons.io.xml.XmlBuilder
- getString(int) - Static method in class host.anzo.commons.utils.Rnd
- getString(String) - Method in class host.anzo.core.webserver.model.AWebRequest
- getString(String, String) - Method in class host.anzo.core.webserver.model.AWebRequest
- 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
- getTimeToNextHour(int, int, TimeUnit) - 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.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
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.io.xml.XmlParser
- hasConstructor(Class<?>, Class<?>...) - Static method in class host.anzo.commons.utils.ClassUtils
- hasFile() - Method in class host.anzo.commons.io.binary.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
- hasRemaining() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- 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.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.binary - package host.anzo.commons.io.binary
- host.anzo.commons.io.xml - package host.anzo.commons.io.xml
- host.anzo.commons.model - package host.anzo.commons.model
- host.anzo.commons.model.enums - package host.anzo.commons.model.enums
- host.anzo.commons.network.iprange - package host.anzo.commons.network.iprange
- 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.unsafe - package host.anzo.commons.unsafe
- host.anzo.commons.utils - package host.anzo.commons.utils
- host.anzo.commons.versioning - package host.anzo.commons.versioning
- 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
- host.anzo.core.webserver - package host.anzo.core.webserver
- host.anzo.core.webserver.engine - package host.anzo.core.webserver.engine
- host.anzo.core.webserver.model - package host.anzo.core.webserver.model
- host.anzo.core.webserver.model.captcha - package host.anzo.core.webserver.model.captcha
- host.anzo.core.webserver.utils - package host.anzo.core.webserver.utils
- httpGet(String, Map<String, String>) - Method in class host.anzo.core.service.HttpService
- httpGet(String) - Method in class host.anzo.core.service.HttpService
- httpPost(String, String) - Method in class host.anzo.core.service.HttpService
- httpPost(String, String, Map<String, String>, EHttpRequestContentType) - Method in class host.anzo.core.service.HttpService
- HttpService - Class in host.anzo.core.service
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
- IGNORE_SSL_CERTIFICATE_ERRORS - Static variable in class host.anzo.core.config.WebServerConfig
- 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
- INTERNAL - Enum constant in enum class host.anzo.commons.model.enums.EFirewallType
- IP4Range - Class in host.anzo.commons.network.iprange
- IP4Range(String) - Constructor for class host.anzo.commons.network.iprange.IP4Range
- IP6Range - Class in host.anzo.commons.network.iprange
- IP6Range(String) - Constructor for class host.anzo.commons.network.iprange.IP6Range
- IPRange - Interface in host.anzo.commons.network.iprange
- IpUtils - Class in host.anzo.commons.utils
- IpUtils() - Constructor for class host.anzo.commons.utils.IpUtils
- isAdministratorIP(Request) - Method in class host.anzo.core.webserver.model.AWebArea
- isAllowedAddress(Class<?>, String, int, double, ERestrictionType) - Method in class host.anzo.core.service.FirewallService
- isAllowedAddress(String) - Method in class host.anzo.core.webserver.WebService
- isAllowedAddress(String, String, int, double, ERestrictionType) - Method in class host.anzo.core.service.FirewallService
- isAllowedAddress(Request) - Method in class host.anzo.core.webserver.model.AWebArea
- isApplicable(String) - Method in class host.anzo.core.service.ObsceneFilterService.ObsceneData
- isAsync - Variable in class host.anzo.commons.socials.telegram.ATelegramBot
- isAsync() - Method in record class host.anzo.core.startup.StartupMethodInfo
-
Returns the value of the
isAsyncrecord component. - isAtEndOfFile() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Return true if file pointer is at end of file.
- isBan() - Method in enum class host.anzo.commons.model.enums.ERestrictionType
- isBottom() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is aligned to the bottom.
- isBypass() - Method in enum class host.anzo.commons.model.enums.ERestrictionType
- isCenter() - Method in enum class host.anzo.commons.graphics.text.TextAlignment
-
Gets whether the text alignment is centered horizontally.
- isChatBanned(long) - Method in class host.anzo.core.service.TelegramService
- isCloudflareIP(String) - Method in class host.anzo.core.service.CloudflareService
- isCloudflareIP(InetAddress) - Method in class host.anzo.core.service.CloudflareService
- 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.
- isEqualOrHigher(ERestrictionType) - Method in enum class host.anzo.commons.model.enums.ERestrictionType
- isFirst() - Method in class host.anzo.commons.collection.ListSplitter
- isFirst() - Method in class host.anzo.commons.collection.MapSplitter
- isKick() - Method in enum class host.anzo.commons.model.enums.ERestrictionType
- 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.
- isLoaded() - Method in class host.anzo.core.service.CloudflareService
- isLocalAddress(String) - Static method in class host.anzo.commons.utils.NetworkUtils
- isLocalAddress(InetAddress) - Static method in class host.anzo.commons.utils.IpUtils
- isLocalAddress(InetAddress) - Static method in class host.anzo.commons.utils.NetworkUtils
- isLog() - Method in enum class host.anzo.commons.model.enums.ERestrictionType
- 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
- isPortFree(int) - Static method in class host.anzo.commons.utils.NetworkUtils
- 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
- isShutdown() - Method in class host.anzo.core.service.ThreadPoolService
- 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
- isValidIp(String) - Static method in class host.anzo.commons.utils.NetworkUtils
- iterator() - Method in class host.anzo.commons.collection.ConcurrentHashSet
J
- JAIL - Enum constant in enum class host.anzo.commons.model.enums.ERestrictionType
- Json - Enum constant in enum class host.anzo.commons.model.enums.EHttpRequestContentType
- jsonBuilder(Response) - Method in class host.anzo.core.webserver.model.AWebArea
- jsonBuilder(Response, int) - Method in class host.anzo.core.webserver.model.AWebArea
- JsonResultBuilder - Class in host.anzo.core.webserver.utils
- JsonResultBuilder() - Constructor for class host.anzo.core.webserver.utils.JsonResultBuilder
- JsonResultBuilder(Response) - Constructor for class host.anzo.core.webserver.utils.JsonResultBuilder
- JsonResultBuilder(Response, int) - Constructor for class host.anzo.core.webserver.utils.JsonResultBuilder
- jsonToObject(String, Class<T>) - Static method in class host.anzo.commons.utils.JsonUtils
- jsonToObject(String, Class<T>) - Method in class host.anzo.core.webserver.model.AWebArea
- jsonToObject(Request, Class<T>) - Static method in class host.anzo.commons.utils.JsonUtils
- jsonToObject(Request, Class<T>) - Method in class host.anzo.core.webserver.model.AWebArea
- JsonUtils - Class in host.anzo.commons.utils
- JsonUtils() - Constructor for class host.anzo.commons.utils.JsonUtils
- JsonUtils.CustomBooleanDeserializer - Class in host.anzo.commons.utils
K
- KICK - Enum constant in enum class host.anzo.commons.model.enums.ERestrictionType
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.binary.BufferedRandomAccessFile
-
Get the length of the file.
- limit() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- limit(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Set byte buffer limit
- 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.binary.BufferedRandomAccessFile
- location - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.
- LOG - Enum constant in enum class host.anzo.commons.model.enums.ERestrictionType
- lookupClassQuietly(String) - Static method in class host.anzo.commons.utils.ClassUtils
M
- maintenance(Response) - Method in class host.anzo.core.webserver.model.AWebArea
- 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_REQUESTS_PER_SECOND - Static variable in class host.anzo.core.config.WebServerConfig
- MAX_SQL_DATE - Static variable in class host.anzo.commons.utils.DateTimeUtils
- 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.
N
- name() - Method in class host.anzo.commons.io.xml.XmlParser
- NETWORK - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- NetworkUtils - Class in host.anzo.commons.utils
- NetworkUtils() - Constructor for class host.anzo.commons.utils.NetworkUtils
- 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
- onRequest(boolean) - Method in class host.anzo.core.webserver.WebService
- onServerShutdown() - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Called when server going shutdown
- onShutdown() - Method in class host.anzo.core.service.TelegramService
- onShutdown() - Method in class host.anzo.core.service.ThreadPoolService
- 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.binary.BufferedRandomAccessFile
-
List of open files.
Debugging, don't use. - optChild(String) - Method in class host.anzo.commons.io.xml.XmlParser
- order(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Change the current endian mode.
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.
- parseRequest(Request) - Method in class host.anzo.core.webserver.model.AWebArea
- parseTimeSpan(String, TimeUnit) - Static method in class host.anzo.commons.utils.DateTimeUtils
- 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
- PORT - Static variable in class host.anzo.core.config.WebServerConfig
- position() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- position(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Set the current cursor position in byte buffer
- PostRequest - Class in host.anzo.core.webserver.utils
- PostRequest() - Constructor for class host.anzo.core.webserver.utils.PostRequest
- 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.
- printStats() - Method in class host.anzo.core.service.ThreadPoolService
-
Print thread pool stats to log.
- purge() - Method in class host.anzo.core.service.ThreadPoolService
-
Tries to remove from the work queue all
Futuretasks that have been cancelled usingThreadPoolService.SYSTEM_SCHEDULERandThreadPoolService.SYSTEM_EXECUTOR. - 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
- RandomNameGenerator - Class in host.anzo.commons.text
- read() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read a byte of data from the file, blocking until data is available.
- read(byte[]) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read up to
b.length( )bytes into an array. - read(byte[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read up to
lenbytes into an array, at a specified offset. - read_(long, byte[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read directly from file, without going through the buffer.
- readB(byte[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Read bytes to specified byte array
- readB(byte[]) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readB(byte[], int, int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readB(byte[], int, int) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readB(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Read specified bytes count to byte array
- readB(int) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readBoolean() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a
booleanfrom this file. - readBoolean(String) - Method in class host.anzo.commons.io.xml.XmlParser
- readBoolean(String, boolean) - Method in class host.anzo.commons.io.xml.XmlParser
- readBuffer(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readBuffer(long) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
- readByte() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a signed 8-bit value from this file.
- readBytes(byte[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read up to
lenbytes into an array, at a specified offset. - readBytes(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read fully count number of bytes
- readC() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readC() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readCB() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readCB() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readCB(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readCD() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readCD() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readChar() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a Unicode character from this file.
- readD() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readD() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readD(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readD3() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readDouble() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a
doublefrom this file. - readDouble(double[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read an array of doubles
- readDQ() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readDQ() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readDQ(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readEnum(Class<T>, T) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readEnum(String, Class<T>, T) - Method in class host.anzo.commons.io.xml.XmlParser
- readF() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readF() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readFF() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readFloat() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a
floatfrom this file. - readFloat(float[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read an array of floats
- readFloat(String) - Method in class host.anzo.commons.io.xml.XmlParser
- readFloat(String, float) - Method in class host.anzo.commons.io.xml.XmlParser
- readFully(byte[]) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads
b.lengthbytes from this file into the byte array. - readFully(byte[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads exactly
lenbytes from this file into the byte array. - readH() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readH() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readH(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readHD() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readHD() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readInt() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a signed 32-bit integer from this file.
- readInt(int[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read an array of ints
- readInt(String) - Method in class host.anzo.commons.io.xml.XmlParser
- readInt(String, int) - Method in class host.anzo.commons.io.xml.XmlParser
- readIntHex(String) - Method in class host.anzo.commons.io.xml.XmlParser
- readIntUnbuffered(long) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read an integer at the given position, bypassing all buffering.
- readLine() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads the next line of text from this file.
- readLong() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a signed 64-bit integer from this file.
- readLong(long[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read an array of longs
- readLong(String) - Method in class host.anzo.commons.io.xml.XmlParser
- readLong(String, long) - Method in class host.anzo.commons.io.xml.XmlParser
- readonly - Variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
The access mode of the file.
- readQ() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readQ() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readQD() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readQS() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readQSS() - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readS() - Method in class host.anzo.commons.io.binary.FileBinaryReader
-
Read null-terminated string
- readS(int) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readS(int, Charset) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readS(long) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- readShort() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads a signed 16-bit number from this file.
- readShort(short[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read an array of shorts
- readString() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readString(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read a String of knoen length.
- readString(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Read ANSI string with known size
- readString(String, String) - Method in class host.anzo.commons.io.xml.XmlParser
- readString(String) - Method in class host.anzo.commons.io.xml.XmlParser
- readStringList(String, String) - Method in class host.anzo.commons.io.xml.XmlParser
- readStringNT(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Read null terminated ANSI string
- readStringUnicode(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readStringUnicodeNT() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readStringUnicodeNT(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- readToByteChannel(WritableByteChannel, long, long) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Read
nbytesbytes, at the specified file offset, send to a WritableByteChannel. - readUnsignedByte() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads an unsigned 8-bit number from this file.
- readUnsignedShort() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads an unsigned 16-bit number from this file.
- readUTF() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Reads in a string from this file.
- RECAPTCHA_ENABLE - Static variable in class host.anzo.core.config.WebServerConfig
- RECAPTCHA_PRIVATE_KEY - Static variable in class host.anzo.core.config.WebServerConfig
- RECAPTCHA_PUBLIC_KEY - Static variable in class host.anzo.core.config.WebServerConfig
- ReCaptchaResponse - Class in host.anzo.core.webserver.model.captcha
- ReCaptchaResponse(boolean) - Constructor for class host.anzo.core.webserver.model.captcha.ReCaptchaResponse
- Red - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- RedB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- redirectKeepAlive(Response, String, int) - Method in class host.anzo.core.webserver.model.AWebArea
- 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
- registerPaths() - Method in class host.anzo.core.webserver.model.AWebArea
- reload() - Method in class host.anzo.commons.config.ConfigLoader
- reload() - Method in class host.anzo.core.service.CloudflareService
- 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
- remaining() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- remove(Object) - Method in class host.anzo.commons.collection.ConcurrentHashSet
- removeBlock(String) - Method in class host.anzo.core.service.FirewallService
-
Remove specified IP address from internal firewall
- render(Object, String) - Method in class host.anzo.core.webserver.model.AWebArea
- render(Map<String, Object>, String) - Method in class host.anzo.core.webserver.model.AWebArea
- render(ModelAndView) - Method in class host.anzo.core.webserver.engine.ThymeleafTemplateEngine
- 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
-
Executes the wrapped Runnable task.
- runAfterMethods() - Method in interface host.anzo.core.startup.IStartupLevel
- runAsync(Runnable) - Method in class host.anzo.core.service.ThreadPoolService
-
Returns a new CompletableFuture that is asynchronously completed by a task running in
ThreadPoolService.FORK_JOIN_POOLafter it runs the given action. - runBeforeMethods() - Method in interface host.anzo.core.startup.IStartupLevel
- RunnableWrapper - Class in host.anzo.commons.threading
-
A wrapper for
Runnabletasks that provides error handling and metrics collection. - RunnableWrapper(Runnable) - Constructor for class host.anzo.commons.threading.RunnableWrapper
-
Creates a new RunnableWrapper for the given Runnable task.
- RunnableWrapper(Runnable, boolean) - Constructor for class host.anzo.commons.threading.RunnableWrapper
-
Creates a new RunnableWrapper for the given Runnable task.
- RunnableWrapper(Runnable, boolean, String) - Constructor for class host.anzo.commons.threading.RunnableWrapper
-
Creates a new RunnableWrapper for the given Runnable task.
- RunnableWrapper(Runnable, String) - Constructor for class host.anzo.commons.threading.RunnableWrapper
-
Creates a new RunnableWrapper for the given Runnable task.
S
- save(String) - Method in class host.anzo.commons.graphics.image.HeatMapImage
-
Save heat map to file by specified path
- schedule(Runnable, long) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a one-shot task that becomes enabled after the given delay to the
ThreadPoolService.SYSTEM_SCHEDULER. - schedule(Runnable, long, TimeUnit) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a one-shot task that becomes enabled after the given delay to the
ThreadPoolService.SYSTEM_SCHEDULER. - schedule(Runnable, long, TimeUnit, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a one-shot task that becomes enabled after the given delay to the
ThreadPoolService.SYSTEM_SCHEDULER. - scheduleAtFixedRate(Runnable, long, long) - Method in class host.anzo.core.service.ThreadPoolService
-
Schedules a general task to be executed at fixed rate using the
ThreadPoolService.SYSTEM_SCHEDULER. - scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class host.anzo.core.service.ThreadPoolService
-
Schedules a general task to be executed at fixed rate using the
ThreadPoolService.SYSTEM_SCHEDULER. - scheduleAtFixedRate(Runnable, long, long, TimeUnit, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Schedules a general task to be executed at fixed rate using the
ThreadPoolService.SYSTEM_SCHEDULER. - SCHEDULED_THREAD_POOL_CONFIG - Static variable in class host.anzo.core.config.ThreadPoolConfig
- ScheduledService - Class in host.anzo.core.startup
- scheduleTasks() - Method in class host.anzo.core.startup.ScheduledService
- scheduleWithFixedDelay(Runnable, long, long) - Method in class host.anzo.core.service.ThreadPoolService
-
Schedules a general task to be executed periodically with a fixed delay between the end of one execution and the start of the next using the
ThreadPoolService.SYSTEM_SCHEDULER. - scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class host.anzo.core.service.ThreadPoolService
-
Schedules a general task to be executed periodically with a fixed delay between the end of one execution and the start of the next using the
ThreadPoolService.SYSTEM_SCHEDULER. - scheduleWithFixedDelay(Runnable, long, long, TimeUnit, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Schedules a general task to be executed periodically with a fixed delay between the end of one execution and the start of the next using the
ThreadPoolService.SYSTEM_SCHEDULER. - seek(long) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Set the position in the file for the next read or write.
- sendMessage(long, String) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Send text message to specified chat
- 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
- sendMessageWithResult(SendMessage) - Method in class host.anzo.commons.socials.telegram.ATelegramBot
-
Send a message synchronously
- setBufferSize(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Set the buffer size.
- setExtendMode() - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.binary.BufferedRandomAccessFile
-
Make sure file is at least this long when its closed.
- setPosition(int) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- setPosition(int) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- setStatus(String) - Static method in class host.anzo.commons.utils.SystemdUtils
- showOpen - Static variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
- showRead - Static variable in class host.anzo.commons.io.binary.BufferedRandomAccessFile
- shutdown() - Method in class host.anzo.core.startup.StartupManager
- 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.binary.ByteBufferEx
-
Skip specified bytes count and set cursor position
- skip(int) - Method in class host.anzo.commons.io.binary.FileBinaryReader
- skipAll() - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Skip all remaining data and set cursor to end of buffer
- skipBytes(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Skips exactly
nbytes of input. - sortMapByValue(Map<K, V>, boolean) - Static method in class host.anzo.commons.utils.StreamUtils
- SSL_STORE_PASSWORD - Static variable in class host.anzo.core.config.WebServerConfig
- SSL_STORE_PATH - Static variable in class host.anzo.core.config.WebServerConfig
- StartModule<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
- StartupInstance<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. - 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.
- stripXSS(String) - Method in class host.anzo.core.service.HttpService
- submit(Callable<V>, V) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a general task to the
ThreadPoolService.SYSTEM_EXECUTORfor execution. - submit(Callable<V>, V, boolean) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a general task to the thread pool for execution.
- submit(Callable<V>, V, boolean, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a general task to the thread pool for execution.
- submit(Callable<V>, V, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a general task to the
ThreadPoolService.SYSTEM_EXECUTORfor execution. - submitExternalForkJoin(ForkJoinTask<T>, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a ForkJoinTask to the
ThreadPoolService.FORK_JOIN_POOLfor execution from an external thread. - submitExternalForkJoinGet(Runnable, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a task to the
ThreadPoolService.FORK_JOIN_POOLfrom an external thread, wraps it into aRunnableWrapperand blocks until it is completed. - submitExternalForkJoinGet(Callable<V>, V, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a task to the
ThreadPoolService.FORK_JOIN_POOLfrom an external thread, wraps it into aCallableWrapper, blocks until it is completed, and returns the result. - submitForkJoin(Runnable, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a task to the
ThreadPoolService.FORK_JOIN_POOLfor execution wrapping it into aRunnableWrapper. - submitForkJoin(Callable<V>, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a task to the
ThreadPoolService.FORK_JOIN_POOLfor execution wrapping it into aCallableWrapper. - submitForkJoin(Callable<V>, V, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a task to the
ThreadPoolService.FORK_JOIN_POOLfor execution wrapping it into aCallableWrapper. - submitForkJoinGet(Runnable, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a task to the
ThreadPoolService.FORK_JOIN_POOL, wraps it into aRunnableWrapperand blocks until it is completed. - submitForkJoinGet(Callable<V>, V, String) - Method in class host.anzo.core.service.ThreadPoolService
-
Submits a task to the
ThreadPoolService.FORK_JOIN_POOL, wraps it into aCallableWrapper, blocks until it is completed, and returns the result. - supplyAsync(Supplier<U>) - Method in class host.anzo.core.service.ThreadPoolService
-
Returns a new CompletableFuture that is asynchronously completed by a task running in
ThreadPoolService.FORK_JOIN_POOLwith the value obtained by calling the given Supplier. - SYSTEM - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- SYSTEM - Enum constant in enum class host.anzo.commons.model.enums.EFirewallType
- 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
- TelegramKeyboard - Class in host.anzo.commons.socials.telegram
- TelegramService - Class in host.anzo.core.service
- TelegramService() - Constructor for class host.anzo.core.service.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.
- TextHtml - Enum constant in enum class host.anzo.commons.model.enums.EHttpRequestContentType
- TextPlain - Enum constant in enum class host.anzo.commons.model.enums.EHttpRequestContentType
- TextRenderer - Class in host.anzo.commons.graphics.text
-
A class which provides static methods for rendering text using alignment.
- THREAD_COUNT_MAX - Static variable in class host.anzo.core.config.WebServerConfig
- THREAD_COUNT_MIN - Static variable in class host.anzo.core.config.WebServerConfig
- THREAD_POOL_EXECUTOR_CONFIG - Static variable in class host.anzo.core.config.ThreadPoolConfig
- THREADPOOL - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- ThreadPoolConfig - Class in host.anzo.core.config
- ThreadPoolConfig() - Constructor for class host.anzo.core.config.ThreadPoolConfig
- ThreadPoolPriorityFactory - Class in host.anzo.commons.threading
- ThreadPoolPriorityFactory(String, int) - Constructor for class host.anzo.commons.threading.ThreadPoolPriorityFactory
- ThreadPoolService - Class in host.anzo.core.service
- ThymeleafTemplateEngine - Class in host.anzo.core.webserver.engine
- ThymeleafTemplateEngine() - Constructor for class host.anzo.core.webserver.engine.ThymeleafTemplateEngine
- tickTask() - Method in class host.anzo.core.service.TelegramService
- TIMEOUT - Static variable in class host.anzo.core.config.WebServerConfig
- toByteArray() - Method in class host.anzo.commons.io.binary.ByteBufferEx
- toByteArray() - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- toEpochMillis(LocalDateTime) - Static method in class host.anzo.commons.utils.DateTimeUtils
- token - Variable in class host.anzo.commons.socials.telegram.ATelegramBot
- toLong(String) - Static method in class host.anzo.commons.utils.IpUtils
- 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.binary.BufferedRandomAccessFile
-
Create a string representation of this object.
- toString() - Method in class host.anzo.commons.io.xml.XmlBuilder
- 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 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.
- toString() - Method in class host.anzo.core.webserver.utils.JsonResultBuilder
- toTimeSpan(long) - Static method in class host.anzo.commons.utils.DateTimeUtils
- toVT(Runnable) - Method in class host.anzo.core.service.ThreadPoolService
-
Convert a specified runnable task to virtual thread and start this thread using
Thread.ofVirtual(). - toVTJoin(Runnable) - Method in class host.anzo.core.service.ThreadPoolService
-
Convert a specified runnable task to virtual thread, start this thread and waits for this thread to terminate using
ThreadPoolService.toVT(java.lang.Runnable)andThread.join(long). - trim() - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- trimNBSP(String) - Static method in class host.anzo.commons.utils.StringExUtils
-
Remove all whitespaces/tabs and special symbols like and
- tryDestroy() - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Set buffer must be destroyed after current operation completed
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.binary.BufferedRandomAccessFile
-
Unread the last byte read.
- USE_FIDDLER_PROXY - Static variable in class host.anzo.core.config.WebServerConfig
V
- 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.commons.model.enums.EFirewallType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.commons.model.enums.EHttpRequestContentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.commons.model.enums.ERestrictionType
-
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.
- valueOfHour(int) - Static method in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- 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.commons.model.enums.EFirewallType
-
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.model.enums.EHttpRequestContentType
-
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.model.enums.ERestrictionType
-
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.
- 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
- WebServerConfig - Class in host.anzo.core.config
- WebServerConfig() - Constructor for class host.anzo.core.config.WebServerConfig
- WebService - Class in host.anzo.core.webserver
- White - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- WhiteB - Enum constant in enum class host.anzo.commons.enums.ConsoleColors
- with(String, Object) - Method in class host.anzo.core.webserver.utils.JsonResultBuilder
- withStatus(int) - Method in class host.anzo.core.webserver.utils.JsonResultBuilder
- withString(String, Object) - Method in class host.anzo.core.webserver.utils.JsonResultBuilder
- WORLD - Enum constant in enum class host.anzo.commons.emergency.metric.MetricGroupType
- write(byte[]) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes
b.lengthbytes from the specified byte array starting at offsetoffto this file. - write(byte[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes
lenbytes from the specified byte array starting at offsetoffto this file. - write(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Write a byte to the file.
- write(Object, Integer...) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- write(Field, Object) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeArray(Object[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeB(byte) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeB(byte[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeB(byte[]) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeB(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeBoolean(boolean) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes a
booleanto the file as a 1-byte value. - writeBoolean(boolean[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Write an array of booleans
- writeByte(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes a
byteto the file as a 1-byte value. - writeBytes(byte[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Write
lenbytes from an array to the file. - writeBytes(char[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes the character array to the file as a sequence of bytes.
- writeBytes(String) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes the string to the file as a sequence of bytes.
- writeC(boolean) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeC(byte[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeC(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeC(int) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeC(Enum<?>) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeCB(boolean) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeChar(char[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Write an array of chars
- writeChar(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes a
charto the file as a 2-byte value, high byte first. - writeChars(String) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes a string to the file as a sequence of characters.
- writeD(boolean) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeD(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeD(int) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeD(int[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeD(int, int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeD(long) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeD(long) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeD3(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
-
Write specified value to buffer as 24bit integer
- writeDouble(double) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.binary.BufferedRandomAccessFile
-
Write an array of doubles
- writeF(double) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeF(float) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeF(float) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeF(float[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeF(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeFF(double) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeFloat(float) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
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.binary.BufferedRandomAccessFile
-
Write an array of floats
- writeH(boolean) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeH(int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeH(int) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeH(int[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeH(short[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeInt(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes an
intto the file as four bytes, high byte first. - writeInt(int[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Write an array of ints
- writeLong(long) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes a
longto the file as eight bytes, high byte first. - writeLong(long[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Write an array of longs
- writeQ(boolean) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeQ(long) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeQ(long) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeQ(long[]) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeQS(CharSequence) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeS(CharSequence) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeS(CharSequence, int) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeShort(int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes a
shortto the file as two bytes, high byte first. - writeShort(short[], int, int) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Write an array of shorts
- writeString(CharSequence) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeString(CharSequence, int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeStringUnicode(CharSequence, int) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeStringUnicodeNT(CharSequence) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeToFile(File) - Method in class host.anzo.commons.io.xml.XmlBuilder
- writeToFile(String) - Method in class host.anzo.commons.io.xml.XmlBuilder
- writeToFile(Path) - Method in class host.anzo.commons.io.binary.ByteBufferEx
- writeToFile(Path) - Method in class host.anzo.commons.io.binary.FileBinaryWriter
- writeUTF(String) - Method in class host.anzo.commons.io.binary.BufferedRandomAccessFile
-
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
X
- XmlBuilder - Class in host.anzo.commons.io.xml
- XmlBuilder(String) - Constructor for class host.anzo.commons.io.xml.XmlBuilder
- XmlBuilder(String, Object, XmlBuilder, String) - Constructor for class host.anzo.commons.io.xml.XmlBuilder
- XmlParser - Class in host.anzo.commons.io.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
_
- _1_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _1_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _10_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _10_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _11_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _11_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _12_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _12_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _2_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _2_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _3_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _3_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _4_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _4_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _5_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _5_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _6_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _6_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _7_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _7_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _8_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _8_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _9_AM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
- _9_PM - Enum constant in enum class host.anzo.commons.datetime.dailytick.EDailyTickType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form