A B C D E G H I L M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAgentError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- addAgentError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- addAgentError(Throwable) - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- addAgentError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- addAgentError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- addLogLine(CharSequence, long, ByteBuf) - Method in class pl.tkowalcz.tjahzi.OutputBuffer
- addPipelineError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- addPipelineError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- addPipelineError(Throwable) - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- addPipelineError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- addPipelineError(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- append(boolean) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the textual representation of the specified
booleanargument. - append(char) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the specified character.
- append(char[]) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the characters from the char array argument.
- append(char[], int, int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the characters from a subarray of the char array argument.
- append(int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the decimal representation of the specified
intargument. - append(int, int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the radix representation of the specified
intargument. - append(long) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the decimal representation of the specified
longargument. - append(long, int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the radix representation of the specified
longargument. - append(CharSequence) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the specified character sequence.
- append(CharSequence, int, int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends a subsequence of the specified character sequence.
- append(String) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends the specified string to this text builder.
- append(String, int, int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Appends a subsequence of the specified string.
B
- BootstrapUtil - Class in pl.tkowalcz.tjahzi.http
- BootstrapUtil() - Constructor for class pl.tkowalcz.tjahzi.http.BootstrapUtil
- build() - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- builder() - Static method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
C
- calculateRequiredSizeAscii(Map<String, String>, String, String, ByteBuffer) - Method in class pl.tkowalcz.tjahzi.LogBufferSerializer
- channelRead(ChannelHandlerContext, Object) - Method in class pl.tkowalcz.tjahzi.http.PipelinedHttpRequestTimer
- charAt(int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Returns the character at the specified index.
- clear() - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Removes all the characters of this text builder (equivalent to
this.delete(start, this.length())). - clear() - Method in class pl.tkowalcz.tjahzi.OutputBuffer
- ClientConfiguration - Class in pl.tkowalcz.tjahzi.http
- ClientConfiguration(String, String, int, int, int, int, int) - Constructor for class pl.tkowalcz.tjahzi.http.ClientConfiguration
- ClientConfigurationBuilder - Class in pl.tkowalcz.tjahzi.http
- ClientConfigurationBuilder() - Constructor for class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- close() - Method in class pl.tkowalcz.tjahzi.http.HttpConnection
- close() - Method in class pl.tkowalcz.tjahzi.http.NettyHttpClient
- close() - Method in class pl.tkowalcz.tjahzi.OutputBuffer
- close(int, Consumer<Thread>) - Method in class pl.tkowalcz.tjahzi.LoggingSystem
- contentEquals(CharSequence) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Indicates if this text builder has the same character content as the specified character sequence.
- createLogger() - Method in class pl.tkowalcz.tjahzi.LoggingSystem
- createLoggingSystem(NettyHttpClient, MonitoringModule, Map<String, String>, long, long, int, boolean) - Method in class pl.tkowalcz.tjahzi.TjahziInitializer
D
- DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- DEFAULT_LOG_ENDPOINT - Static variable in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- DEFAULT_MAX_REQUESTS_IN_FLIGHT - Static variable in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- DEFAULT_MAX_RETRIES - Static variable in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- DEFAULT_REQUEST_TIMEOUT_MILLIS - Static variable in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- defaultFactory() - Static method in class pl.tkowalcz.tjahzi.http.HttpClientFactory
- delete(int, int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Removes the characters between the specified indices.
- deserializeIntoByteBuf(DirectBuffer, int, OutputBuffer) - Method in class pl.tkowalcz.tjahzi.LogBufferTranscoder
- doWork() - Method in class pl.tkowalcz.tjahzi.LogBufferAgent
- DropwizardMonitoringModule - Class in pl.tkowalcz.tjahzi.stats
- DropwizardMonitoringModule(MetricRegistry, String) - Constructor for class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
E
- EmptyMonitoringModule - Class in pl.tkowalcz.tjahzi.stats
- EmptyMonitoringModule() - Constructor for class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- encode(ByteBuf, ByteBuf, int) - Method in class pl.tkowalcz.tjahzi.http.Snappy
- ENTRY_FIELD_NUMBER - Static variable in class pl.tkowalcz.tjahzi.protobuf.StreamSerializer
- EntrySerializer - Class in pl.tkowalcz.tjahzi.protobuf
- EntrySerializer() - Constructor for class pl.tkowalcz.tjahzi.protobuf.EntrySerializer
- equals(Object) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Compares this text builder against the specified object for equality.
- ExceptionWithGitHubReference - Exception in pl.tkowalcz.tjahzi.github
- ExceptionWithGitHubReference(String, GitHubDocs, Object...) - Constructor for exception pl.tkowalcz.tjahzi.github.ExceptionWithGitHubReference
- execute(FullHttpRequest) - Method in class pl.tkowalcz.tjahzi.http.HttpConnection
- ExponentialBackoffStrategy - Class in pl.tkowalcz.tjahzi.http
- ExponentialBackoffStrategy(long, long, double) - Constructor for class pl.tkowalcz.tjahzi.http.ExponentialBackoffStrategy
G
- getAsLong() - Method in class pl.tkowalcz.tjahzi.http.ExponentialBackoffStrategy
- getBytesPending() - Method in class pl.tkowalcz.tjahzi.OutputBuffer
- getClock() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- getClock() - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- getConnectionTimeoutMillis() - Method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
- getFailedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- getFixed32Varint(int) - Static method in class pl.tkowalcz.tjahzi.protobuf.Protobuf
- getGitHubReference() - Method in enum pl.tkowalcz.tjahzi.github.GitHubDocs
- getHost() - Method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
- getHttpClient(ClientConfiguration, MonitoringModule, String...) - Method in class pl.tkowalcz.tjahzi.http.HttpClientFactory
- getHttpConnectAttempts() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- getHttpResponses() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- getLogBufferSize() - Method in class pl.tkowalcz.tjahzi.LoggingSystem
- getLogEndpoint() - Method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
- getLogMessage() - Method in enum pl.tkowalcz.tjahzi.github.GitHubDocs
- getMaxRequestsInFlight() - Method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
- getMaxRetries() - Method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
- getPort() - Method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
- getRequestTimeoutMillis() - Method in class pl.tkowalcz.tjahzi.http.ClientConfiguration
- getRetriedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- getSentBytes() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- getSentHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- GitHubDocs - Enum in pl.tkowalcz.tjahzi.github
H
- hashCode() - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Returns the hash code for this text builder.
- HttpClientFactory - Class in pl.tkowalcz.tjahzi.http
- HttpClientFactory() - Constructor for class pl.tkowalcz.tjahzi.http.HttpClientFactory
- HttpConnection - Class in pl.tkowalcz.tjahzi.http
- HttpConnection(ClientConfiguration, MonitoringModule) - Constructor for class pl.tkowalcz.tjahzi.http.HttpConnection
I
- incrementChannelInactive() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementChannelInactive() - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementChannelInactive() - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementChannelInactive() - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementChannelInactive() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementDroppedPuts() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementDroppedPuts() - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementDroppedPuts() - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementDroppedPuts() - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementDroppedPuts() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementDroppedPuts(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementDroppedPuts(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementDroppedPuts(Throwable) - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementDroppedPuts(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementDroppedPuts(Throwable) - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementFailedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementFailedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementFailedHttpRequests() - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementFailedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementFailedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementHttpConnectAttempts() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementHttpConnectAttempts() - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementHttpConnectAttempts() - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementHttpConnectAttempts() - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementHttpConnectAttempts() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementHttpErrors(HttpResponseStatus, ByteBuf) - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementHttpErrors(HttpResponseStatus, ByteBuf) - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementHttpErrors(HttpResponseStatus, ByteBuf) - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementHttpErrors(HttpResponseStatus, ByteBuf) - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementHttpErrors(HttpResponseStatus, ByteBuf) - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementHttpResponses() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementHttpResponses() - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementHttpResponses() - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementHttpResponses() - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementHttpResponses() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementRetriedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementRetriedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementRetriedHttpRequests() - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementRetriedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementRetriedHttpRequests() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- incrementSentHttpRequests(int) - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- incrementSentHttpRequests(int) - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- incrementSentHttpRequests(int) - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- incrementSentHttpRequests(int) - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- incrementSentHttpRequests(int) - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- initConnection(EventLoopGroup, ClientConfiguration, MonitoringModule) - Static method in class pl.tkowalcz.tjahzi.http.BootstrapUtil
- insert(int, CharSequence) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Inserts the specified character sequence at the specified location.
- intFromBytes(byte, byte, byte, byte) - Static method in class pl.tkowalcz.tjahzi.protobuf.Protobuf
- isCorrectSize(int) - Static method in class pl.tkowalcz.tjahzi.TjahziInitializer
- isEnabled() - Method in class pl.tkowalcz.tjahzi.stats.StatsDumpingThread
L
- LABEL_NAMING - pl.tkowalcz.tjahzi.github.GitHubDocs
- LABELS_FIELD_NUMBER - Static variable in class pl.tkowalcz.tjahzi.protobuf.StreamSerializer
- length() - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Returns the length (character count) of this text builder.
- LENGTH_DELIMITED_TYPE - Static variable in class pl.tkowalcz.tjahzi.protobuf.Protobuf
- log(long, Map<String, String>, String, String, ByteBuffer) - Method in class pl.tkowalcz.tjahzi.TjahziLogger
- log(ByteBuf) - Method in class pl.tkowalcz.tjahzi.http.NettyHttpClient
- log(OutputBuffer) - Method in class pl.tkowalcz.tjahzi.http.NettyHttpClient
- LOG_BUFFER_SIZING - pl.tkowalcz.tjahzi.github.GitHubDocs
- LOG_LINE_FIELD_NUMBER - Static variable in class pl.tkowalcz.tjahzi.protobuf.EntrySerializer
- LOG_MESSAGE_TYPE_ID - Static variable in class pl.tkowalcz.tjahzi.TjahziLogger
- LogBufferAgent - Class in pl.tkowalcz.tjahzi
- LogBufferAgent(Clock, ManyToOneRingBuffer, NettyHttpClient, long, long, Map<String, String>) - Constructor for class pl.tkowalcz.tjahzi.LogBufferAgent
- LogBufferSerializer - Class in pl.tkowalcz.tjahzi
- LogBufferSerializer(AtomicBuffer) - Constructor for class pl.tkowalcz.tjahzi.LogBufferSerializer
- LogBufferTranscoder - Class in pl.tkowalcz.tjahzi
- LogBufferTranscoder(Map<String, String>, AtomicBuffer) - Constructor for class pl.tkowalcz.tjahzi.LogBufferTranscoder
- LoggingSystem - Class in pl.tkowalcz.tjahzi
- LoggingSystem(ManyToOneRingBuffer, AgentRunner, MonitoringModule, Closeable...) - Constructor for class pl.tkowalcz.tjahzi.LoggingSystem
M
- MAX_MESSAGES_TO_RETRIEVE - Static variable in class pl.tkowalcz.tjahzi.LogBufferAgent
- measure() - Method in class pl.tkowalcz.tjahzi.stats.TimingRingBuffer
- MIN_BUFFER_SIZE_BYTES - Static variable in class pl.tkowalcz.tjahzi.TjahziInitializer
- MonitoringModule - Interface in pl.tkowalcz.tjahzi.stats
- MutableMonitoringModuleWrapper - Class in pl.tkowalcz.tjahzi.stats
- MutableMonitoringModuleWrapper() - Constructor for class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
N
- NettyHttpClient - Class in pl.tkowalcz.tjahzi.http
- NettyHttpClient(ClientConfiguration, MonitoringModule, String[]) - Constructor for class pl.tkowalcz.tjahzi.http.NettyHttpClient
O
- onMessage(int, MutableDirectBuffer, int, int) - Method in class pl.tkowalcz.tjahzi.LogBufferAgent
- OutputBuffer - Class in pl.tkowalcz.tjahzi
- OutputBuffer(ByteBuf) - Constructor for class pl.tkowalcz.tjahzi.OutputBuffer
P
- PipelinedHttpRequestTimer - Class in pl.tkowalcz.tjahzi.http
- PipelinedHttpRequestTimer(MonitoringModule, int) - Constructor for class pl.tkowalcz.tjahzi.http.PipelinedHttpRequestTimer
- pl.tkowalcz.tjahzi - package pl.tkowalcz.tjahzi
- pl.tkowalcz.tjahzi.github - package pl.tkowalcz.tjahzi.github
- pl.tkowalcz.tjahzi.http - package pl.tkowalcz.tjahzi.http
- pl.tkowalcz.tjahzi.javolution.text - package pl.tkowalcz.tjahzi.javolution.text
- pl.tkowalcz.tjahzi.protobuf - package pl.tkowalcz.tjahzi.protobuf
- pl.tkowalcz.tjahzi.stats - package pl.tkowalcz.tjahzi.stats
- Protobuf - Class in pl.tkowalcz.tjahzi.protobuf
- Protobuf() - Constructor for class pl.tkowalcz.tjahzi.protobuf.Protobuf
- PROTOBUF_MIME_TYPE - Static variable in class pl.tkowalcz.tjahzi.http.NettyHttpClient
- PushRequestSerializer - Class in pl.tkowalcz.tjahzi.protobuf
- PushRequestSerializer() - Constructor for class pl.tkowalcz.tjahzi.protobuf.PushRequestSerializer
R
- record() - Method in class pl.tkowalcz.tjahzi.stats.TimingRingBuffer
- recordResponseTime(long) - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- recordResponseTime(long) - Method in class pl.tkowalcz.tjahzi.stats.EmptyMonitoringModule
- recordResponseTime(long) - Method in interface pl.tkowalcz.tjahzi.stats.MonitoringModule
- recordResponseTime(long) - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- recordResponseTime(long) - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- retry() - Method in interface pl.tkowalcz.tjahzi.http.Retry
- Retry - Interface in pl.tkowalcz.tjahzi.http
- reverse() - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Reverses this character sequence.
- roleName() - Method in class pl.tkowalcz.tjahzi.LogBufferAgent
- run() - Method in class pl.tkowalcz.tjahzi.stats.StatsDumpingThread
S
- serialize(long, ByteBuf) - Static method in class pl.tkowalcz.tjahzi.protobuf.TimestampSerializer
- serialize(long, ByteBuf, ByteBuf) - Static method in class pl.tkowalcz.tjahzi.protobuf.EntrySerializer
- serialize(long, ByteBuf, CharSequence, ByteBuf) - Static method in class pl.tkowalcz.tjahzi.protobuf.StreamSerializer
- serialize(ByteBuf) - Static method in class pl.tkowalcz.tjahzi.protobuf.PushRequestSerializer
- serialize(ByteBuf, ByteBuf) - Static method in class pl.tkowalcz.tjahzi.protobuf.StringSerializer
- serialize(CharSequence, ByteBuf) - Static method in class pl.tkowalcz.tjahzi.protobuf.StringSerializer
- setCharAt(int, char) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Sets the character at the specified position.
- setLength(int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Convenience method equivalent to
setLength(newLength, ' '). - setLength(int, char) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Sets the length of this character builder.
- setMonitoringModule(MonitoringModule) - Method in class pl.tkowalcz.tjahzi.stats.MutableMonitoringModuleWrapper
- Snappy - Class in pl.tkowalcz.tjahzi.http
-
Uncompresses an input
ByteBufencoded with Snappy compression into an outputByteBuf. - Snappy() - Constructor for class pl.tkowalcz.tjahzi.http.Snappy
- StandardMonitoringModule - Class in pl.tkowalcz.tjahzi.stats
- StandardMonitoringModule() - Constructor for class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
- start() - Method in class pl.tkowalcz.tjahzi.LoggingSystem
- StatsDumpingThread - Class in pl.tkowalcz.tjahzi.stats
- StatsDumpingThread(MonitoringModule) - Constructor for class pl.tkowalcz.tjahzi.stats.StatsDumpingThread
- STREAM_FIELD_NUMBER - Static variable in class pl.tkowalcz.tjahzi.protobuf.PushRequestSerializer
- StreamSerializer - Class in pl.tkowalcz.tjahzi.protobuf
- StreamSerializer() - Constructor for class pl.tkowalcz.tjahzi.protobuf.StreamSerializer
- StringSerializer - Class in pl.tkowalcz.tjahzi.protobuf
- StringSerializer() - Constructor for class pl.tkowalcz.tjahzi.protobuf.StringSerializer
- subSequence(int, int) - Method in class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Returns a
CharSequencecorresponding to the character sequence between the specified indexes.
T
- TextBuilder - Class in pl.tkowalcz.tjahzi.javolution.text
-
An
Appendabletext whose capacity expands gently without incurring expensive resize/copy operations ever. - TextBuilder() - Constructor for class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Creates a text builder of small initial capacity.
- TextBuilder(int) - Constructor for class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Creates a text builder of specified initial capacity.
- TextBuilder(String) - Constructor for class pl.tkowalcz.tjahzi.javolution.text.TextBuilder
-
Creates a text builder holding the specified
String(convenience method). - TextBuilders - Class in pl.tkowalcz.tjahzi.http
- TextBuilders() - Constructor for class pl.tkowalcz.tjahzi.http.TextBuilders
- threadLocal() - Static method in class pl.tkowalcz.tjahzi.http.TextBuilders
- TIMESTAMP_FIELD_NUMBER - Static variable in class pl.tkowalcz.tjahzi.protobuf.EntrySerializer
- TimestampSerializer - Class in pl.tkowalcz.tjahzi.protobuf
- TimestampSerializer() - Constructor for class pl.tkowalcz.tjahzi.protobuf.TimestampSerializer
- TimingRingBuffer - Class in pl.tkowalcz.tjahzi.stats
- TimingRingBuffer(Clock, int) - Constructor for class pl.tkowalcz.tjahzi.stats.TimingRingBuffer
- TjahziInitializer - Class in pl.tkowalcz.tjahzi
- TjahziInitializer() - Constructor for class pl.tkowalcz.tjahzi.TjahziInitializer
- TjahziLogger - Class in pl.tkowalcz.tjahzi
- TjahziLogger(ManyToOneRingBuffer, MonitoringModule) - Constructor for class pl.tkowalcz.tjahzi.TjahziLogger
- toString() - Method in class pl.tkowalcz.tjahzi.stats.DropwizardMonitoringModule
- toString() - Method in class pl.tkowalcz.tjahzi.stats.StandardMonitoringModule
V
- valueOf(String) - Static method in enum pl.tkowalcz.tjahzi.github.GitHubDocs
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pl.tkowalcz.tjahzi.github.GitHubDocs
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARINT_TYPE - Static variable in class pl.tkowalcz.tjahzi.protobuf.Protobuf
W
- withConnectionTimeoutMillis(int) - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- withDefault() - Static method in class pl.tkowalcz.tjahzi.http.ExponentialBackoffStrategy
- withHost(String) - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- withLogEndpoint(String) - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- withMaxRequestsInFlight(int) - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- withMaxRetries(int) - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- withPort(int) - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- withRequestTimeoutMillis(int) - Method in class pl.tkowalcz.tjahzi.http.ClientConfigurationBuilder
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class pl.tkowalcz.tjahzi.http.PipelinedHttpRequestTimer
- writeSize(ByteBuf, int) - Static method in class pl.tkowalcz.tjahzi.protobuf.Protobuf
- writeTo(int, long, Map<String, String>, String, String, ByteBuffer) - Method in class pl.tkowalcz.tjahzi.LogBufferSerializer
- writeUnsignedVarint(long, ByteBuf) - Static method in class pl.tkowalcz.tjahzi.protobuf.Protobuf
All Classes All Packages