A B C D E G H I L M O P R S T W 

A

ANY - Static variable in class org.factor45.malabarista.util.HostAndPort
 

B

BalancingStrategy - Interface in org.factor45.malabarista.balancing
 

C

channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.factor45.malabarista.network.TcpTunnelOutboundHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.factor45.malabarista.network.TcpTunnelOutboundHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
closeAfterFlushingPendingWrites(Channel) - Static method in class org.factor45.malabarista.network.TcpTunnelUtils
Closes the specified channel after all queued write requests are flushed.
com.atlassian.loadbalancer - package com.atlassian.loadbalancer
 

D

debug(String) - Method in class org.factor45.malabarista.logging.Logger
Print a debug message to the logs.
debug(String, Object) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted debug message to the logs, with one parameter.
debug(String, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted debug message to the logs, with an arbitrary number of parameters.
debug(String, Throwable) - Method in class org.factor45.malabarista.logging.Logger
Print a debug message with an exception.
debug(String, Throwable, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted debug message to the logs, with an arbitrary number of parameters and an exception.
decode(String) - Static method in class org.factor45.malabarista.util.HostAndPort
 
DefaultLoadBalancer - Class in org.factor45.malabarista.balancing
 
DefaultLoadBalancer(String, HostAndPort, BalancingStrategy) - Constructor for class org.factor45.malabarista.balancing.DefaultLoadBalancer
 
DefaultLoadBalancer(String, HostAndPort, BalancingStrategy, Executor, Executor) - Constructor for class org.factor45.malabarista.balancing.DefaultLoadBalancer
 

E

error(String) - Method in class org.factor45.malabarista.logging.Logger
Print an error message to the logs.
error(String, Object) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted error message to the logs, with one parameter.
error(String, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted error message to the logs, with an arbitrary number of parameters.
error(String, Throwable) - Method in class org.factor45.malabarista.logging.Logger
Print an error message with an exception.
error(String, Throwable, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted debug message to the logs, with an arbitrary number of parameters and an exception.
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.factor45.malabarista.network.TcpTunnelOutboundHandler
 
executeImpl() - Method in class com.atlassian.loadbalancer.RunLoadBalancerMojo
 
executeImpl() - Method in class com.atlassian.loadbalancer.StartLoadBalancerMojo
 
executeImpl() - Method in class com.atlassian.loadbalancer.StopLoadBalancerMojo
 

G

geTargetAddresses() - Method in interface org.factor45.malabarista.balancing.BalancingStrategy
 
geTargetAddresses() - Method in class org.factor45.malabarista.balancing.RoundRobinBalancingStrategy
 
getBalancerAddress() - Method in class org.factor45.malabarista.balancing.DefaultLoadBalancer
 
getBalancerAddress() - Method in interface org.factor45.malabarista.balancing.LoadBalancer
 
getBalancingStrategy() - Method in class org.factor45.malabarista.balancing.DefaultLoadBalancer
 
getBalancingStrategy() - Method in interface org.factor45.malabarista.balancing.LoadBalancer
 
getHost() - Method in class org.factor45.malabarista.util.HostAndPort
 
getLogger(Class) - Static method in class org.factor45.malabarista.logging.Logger
Return a logger for a given class.
getLogger(String) - Static method in class org.factor45.malabarista.logging.Logger
 
getName() - Method in class org.factor45.malabarista.logging.Logger
Return the name of the logger.
getPort() - Method in class org.factor45.malabarista.util.HostAndPort
 
getRemoteHost() - Method in class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
getRemotePort() - Method in class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
getTargetAddresses() - Method in class org.factor45.malabarista.balancing.DefaultLoadBalancer
 
getTargetAddresses() - Method in interface org.factor45.malabarista.balancing.LoadBalancer
 

H

HostAndPort - Class in org.factor45.malabarista.util
 
HostAndPort(int) - Constructor for class org.factor45.malabarista.util.HostAndPort
 
HostAndPort(String, int) - Constructor for class org.factor45.malabarista.util.HostAndPort
 

I

info(String) - Method in class org.factor45.malabarista.logging.Logger
Print a info message to the logs.
info(String, Object) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted info message to the logs, with one parameter.
info(String, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted info message to the logs, with an arbitrary number of parameters.
info(String, Throwable) - Method in class org.factor45.malabarista.logging.Logger
Print an info message with an exception.
info(String, Throwable, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted info message to the logs, with an arbitrary number of parameters and an exception.
init() - Method in class org.factor45.malabarista.balancing.DefaultLoadBalancer
 
init() - Method in interface org.factor45.malabarista.balancing.LoadBalancer
 
isAnyHost() - Method in class org.factor45.malabarista.util.HostAndPort
 
isDebugEnabled() - Method in class org.factor45.malabarista.logging.Logger
Test whether debug logging level is enabled.
isErrorEnabled() - Method in class org.factor45.malabarista.logging.Logger
Test whether error logging level is enabled.
isInfoEnabled() - Method in class org.factor45.malabarista.logging.Logger
Test whether info logging level is enabled.
isTraceEnabled() - Method in class org.factor45.malabarista.logging.Logger
Test whether trace logging level is enabled.
isWarnEnabled() - Method in class org.factor45.malabarista.logging.Logger
Test whether warn logging level is enabled.

L

LoadBalancer - Interface in org.factor45.malabarista.balancing
 
Logger - Class in org.factor45.malabarista.logging
Facade for SLF4J's logger.
Logger(Class) - Constructor for class org.factor45.malabarista.logging.Logger
Default constructor
Logger(String) - Constructor for class org.factor45.malabarista.logging.Logger
 

M

main(String[]) - Static method in class org.factor45.malabarista.Malabarista
 
Malabarista - Class in org.factor45.malabarista
 
Malabarista() - Constructor for class org.factor45.malabarista.Malabarista
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.factor45.malabarista.network.TcpTunnelOutboundHandler
 

O

org.factor45.malabarista - package org.factor45.malabarista
 
org.factor45.malabarista.balancing - package org.factor45.malabarista.balancing
 
org.factor45.malabarista.logging - package org.factor45.malabarista.logging
 
org.factor45.malabarista.network - package org.factor45.malabarista.network
 
org.factor45.malabarista.util - package org.factor45.malabarista.util
 

P

printUsage() - Static method in class org.factor45.malabarista.Malabarista
 

R

RoundRobinBalancingStrategy - Class in org.factor45.malabarista.balancing
 
RoundRobinBalancingStrategy(List<HostAndPort>) - Constructor for class org.factor45.malabarista.balancing.RoundRobinBalancingStrategy
 
RunLoadBalancerMojo - Class in com.atlassian.loadbalancer
Runs a load balancer until eternity or interrupted.
RunLoadBalancerMojo() - Constructor for class com.atlassian.loadbalancer.RunLoadBalancerMojo
 

S

selectTarget(String, int) - Method in interface org.factor45.malabarista.balancing.BalancingStrategy
 
selectTarget(String, int) - Method in class org.factor45.malabarista.balancing.RoundRobinBalancingStrategy
 
StartLoadBalancerMojo - Class in com.atlassian.loadbalancer
Starts the current load balancer.
StartLoadBalancerMojo() - Constructor for class com.atlassian.loadbalancer.StartLoadBalancerMojo
 
StopLoadBalancerMojo - Class in com.atlassian.loadbalancer
Stops the current load balancer.
StopLoadBalancerMojo() - Constructor for class com.atlassian.loadbalancer.StopLoadBalancerMojo
 

T

TcpTunnelInboundHandler - Class in org.factor45.malabarista.network
 
TcpTunnelInboundHandler(String, ChannelGroup, ClientSocketChannelFactory, BalancingStrategy, int) - Constructor for class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
TcpTunnelOutboundHandler - Class in org.factor45.malabarista.network
 
TcpTunnelOutboundHandler(String, String, int, Channel) - Constructor for class org.factor45.malabarista.network.TcpTunnelOutboundHandler
 
TcpTunnelUtils - Class in org.factor45.malabarista.network
 
TcpTunnelUtils() - Constructor for class org.factor45.malabarista.network.TcpTunnelUtils
 
terminate() - Method in class org.factor45.malabarista.balancing.DefaultLoadBalancer
 
terminate() - Method in interface org.factor45.malabarista.balancing.LoadBalancer
 
toString() - Method in class org.factor45.malabarista.balancing.DefaultLoadBalancer
 
toString() - Method in class org.factor45.malabarista.util.HostAndPort
 
trace(String) - Method in class org.factor45.malabarista.logging.Logger
Print a trace message to the logs.
trace(String, Object) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted trace message to the logs, with one parameter.
trace(String, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted trace message to the logs, with an arbitrary number of parameters.
trace(String, Throwable) - Method in class org.factor45.malabarista.logging.Logger
Print a trace message with an exception.
trace(String, Throwable, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted trace message to the logs, with an arbitrary number of parameters and an exception.

W

warn(String) - Method in class org.factor45.malabarista.logging.Logger
Print a warning message to the logs.
warn(String, Object) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted warning message to the logs, with one parameter.
warn(String, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted warning message to the logs, with an arbitrary number of parameters.
warn(String, Throwable) - Method in class org.factor45.malabarista.logging.Logger
Print a warning message with an exception.
warn(String, Throwable, Object...) - Method in class org.factor45.malabarista.logging.Logger
Print a formatted warn message to the logs, with an arbitrary number of parameters and an exception.
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.factor45.malabarista.network.TcpTunnelInboundHandler
 
A B C D E G H I L M O P R S T W 

Copyright © 2014 Atlassian. All Rights Reserved.