Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

ACK(String) - Static method in class blazingcache.network.Message
 

B

blazingcache.client - package blazingcache.client
 
blazingcache.network - package blazingcache.network
 
blazingcache.network.jvm - package blazingcache.network.jvm
 
blazingcache.network.netty - package blazingcache.network.netty
 
blazingcache.server - package blazingcache.server
 
blazingcache.zookeeper - package blazingcache.zookeeper
 
BroadcastRequestStatus - Class in blazingcache.server
Stato invalidazione
BroadcastRequestStatus(String, Set<String>, SimpleCallback<String>, SimpleCallback<String>) - Constructor for class blazingcache.server.BroadcastRequestStatus
 
BroadcastRequestStatusMonitor - Class in blazingcache.server
Monitor for current BroadcastRequestStatus
BroadcastRequestStatusMonitor() - Constructor for class blazingcache.server.BroadcastRequestStatusMonitor
 
brokerDisconnected() - Method in class blazingcache.network.jvm.JVMServerLocator
 
brokerDisconnected() - Method in class blazingcache.network.netty.NettyCacheServerLocator
 
brokerDisconnected() - Method in interface blazingcache.network.ServerLocator
 
brokerDisconnected() - Method in class blazingcache.zookeeper.ZKCacheServerLocator
 
build() - Method in class blazingcache.client.CacheClientBuilder
Builds up the client. in LOCAL mode eventually a local embedded CacheServer will be started too.

C

CacheClient - Class in blazingcache.client
Client
CacheClient(String, String, ServerLocator) - Constructor for class blazingcache.client.CacheClient
 
CacheClientBuilder - Class in blazingcache.client
Utility for booting CacheClients
CacheClientBuilder.Mode - Enum in blazingcache.client
 
CacheEntry - Class in blazingcache.client
Una entry nella cache
CacheEntry(String, long, byte[], long) - Constructor for class blazingcache.client.CacheEntry
 
CacheException - Exception in blazingcache.client
errore while accessing cache
CacheException(String) - Constructor for exception blazingcache.client.CacheException
 
CacheException(Throwable) - Constructor for exception blazingcache.client.CacheException
 
CacheException(String, Throwable) - Constructor for exception blazingcache.client.CacheException
 
CacheServer - Class in blazingcache.server
The CacheServer core
CacheServer(String, ServerHostData) - Constructor for class blazingcache.server.CacheServer
 
CacheServerEndpoint - Class in blazingcache.server
Connections manager broker-side
CacheServerEndpoint(CacheServer) - Constructor for class blazingcache.server.CacheServerEndpoint
 
CacheServerSideConnection - Class in blazingcache.server
Connection to a node from the server side
CacheServerSideConnection() - Constructor for class blazingcache.server.CacheServerSideConnection
 
CacheStatus - Class in blazingcache.server
Gestione listeners
CacheStatus() - Constructor for class blazingcache.server.CacheStatus
 
CacheStatus.ClientRemovalResult - Class in blazingcache.server
 
Channel - Class in blazingcache.network
Abstract for two-way async comunication channels
Channel() - Constructor for class blazingcache.network.Channel
 
channelClosed() - Method in class blazingcache.client.CacheClient
 
channelClosed() - Method in interface blazingcache.network.ChannelEventListener
 
channelClosed() - Method in class blazingcache.server.CacheServerSideConnection
 
ChannelEventListener - Interface in blazingcache.network
Receives inbound messages from the channel
channelRead(ChannelHandlerContext, Object) - Method in class blazingcache.network.netty.DataMessageDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class blazingcache.network.netty.InboundMessageHandler
 
channelUnregistered(ChannelHandlerContext) - Method in class blazingcache.network.netty.InboundMessageHandler
 
CLIENT_CONNECTION_REQUEST(String, String) - Static method in class blazingcache.network.Message
 
CLIENT_SHUTDOWN(String) - Static method in class blazingcache.network.Message
 
clientDone(String) - Method in class blazingcache.server.BroadcastRequestStatus
 
clientId(String) - Method in class blazingcache.client.CacheClientBuilder
The the ID of the client, it MUST be unique, it represent the peer on the network
clientId - Variable in class blazingcache.network.Message
 
ClientRemovalResult(int, Map<String, List<LockID>>) - Constructor for class blazingcache.server.CacheStatus.ClientRemovalResult
 
clientSecret(String) - Method in class blazingcache.client.CacheClientBuilder
Secret for autentication to the CacheServer
close() - Method in class blazingcache.client.CacheClient
Closes the client.
close() - Method in class blazingcache.network.Channel
 
close() - Method in class blazingcache.network.jvm.JVMChannel
 
close() - Method in class blazingcache.network.jvm.JVMServerLocator
 
close() - Method in class blazingcache.network.netty.NettyChannel
 
close() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
close() - Method in class blazingcache.network.netty.NettyConnector
 
close() - Method in interface blazingcache.network.ServerLocator
 
close() - Method in class blazingcache.server.CacheServer
 
close() - Method in class blazingcache.server.CacheServerSideConnection
 
close() - Method in class blazingcache.zookeeper.ZKCacheServerLocator
 
close() - Method in class blazingcache.zookeeper.ZKClusterManager
 
connect(ChannelEventListener, ConnectionRequestInfo) - Method in class blazingcache.network.jvm.JVMServerLocator
 
connect(ChannelEventListener, ConnectionRequestInfo) - Method in class blazingcache.network.netty.GenericNettyBrokerLocator
 
connect() - Method in class blazingcache.network.netty.NettyConnector
 
connect(ChannelEventListener, ConnectionRequestInfo) - Method in interface blazingcache.network.ServerLocator
 
ConnectionRequestInfo - Interface in blazingcache.network
Information for the client
connectTimeout(int) - Method in class blazingcache.client.CacheClientBuilder
Connection timeout for sockets
connectTimeout - Variable in class blazingcache.network.netty.GenericNettyBrokerLocator
 
connectTimeout - Variable in class blazingcache.network.netty.NettyConnector
 
createConnection(Channel) - Method in interface blazingcache.network.ServerSideConnectionAcceptor
 
createConnection(Channel) - Method in class blazingcache.server.CacheServerEndpoint
 

D

DataMessageDecoder - Class in blazingcache.network.netty
Decodes bytes to messages
DataMessageDecoder() - Constructor for class blazingcache.network.netty.DataMessageDecoder
 
DataMessageEncoder - Class in blazingcache.network.netty
Encodes messages to bytes
DataMessageEncoder() - Constructor for class blazingcache.network.netty.DataMessageEncoder
 
decodeMessage(ByteBuf) - Static method in class blazingcache.network.netty.DodoMessageUtils
 
disconnect() - Method in class blazingcache.client.CacheClient
Disconnects the client.
DodoMessageUtils - Class in blazingcache.network.netty
 
DodoMessageUtils() - Constructor for class blazingcache.network.netty.DodoMessageUtils
 

E

encodeMessage(ByteBuf, Message) - Static method in class blazingcache.network.netty.DodoMessageUtils
 
equals(Object) - Method in class blazingcache.server.CacheServerSideConnection
 
equals(Object) - Method in class blazingcache.server.LockID
 
ERROR(String, Throwable) - Static method in class blazingcache.network.Message
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class blazingcache.network.netty.DataMessageEncoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class blazingcache.network.netty.InboundMessageHandler
 

F

fetch(String) - Method in class blazingcache.client.CacheClient
Returns an entry from the local cache, if not found asks to the CacheServer to find the entry on other clients
fetch(String, KeyLock) - Method in class blazingcache.client.CacheClient
Returns an entry from the local cache, if not found asks to the CacheServer to find the entry on other clients.
FETCH_ENTRY(String, String) - Static method in class blazingcache.network.Message
 
fetchEntry(String, String, String, SimpleCallback<Message>) - Method in class blazingcache.server.CacheServer
 
formatHostdata(ServerHostData) - Static method in class blazingcache.network.ServerHostData
 

G

GenericNettyBrokerLocator - Class in blazingcache.network.netty
Network connection, based on Netty
GenericNettyBrokerLocator() - Constructor for class blazingcache.network.netty.GenericNettyBrokerLocator
 
get(String) - Method in class blazingcache.client.CacheClient
Returns an entry from the local cache.
getAcceptor() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getAcceptor() - Method in class blazingcache.server.CacheServer
 
getActual() - Static method in class blazingcache.server.BroadcastRequestStatusMonitor
 
getActualMaster() - Method in class blazingcache.zookeeper.ZKClusterManager
 
getActualMemory() - Method in class blazingcache.client.CacheClient
 
getAdditionalData() - Method in class blazingcache.network.ServerHostData
 
getBroker() - Method in class blazingcache.server.CacheServerSideConnection
 
getBrokerLocator() - Method in class blazingcache.client.CacheClient
 
getCacheSize() - Method in class blazingcache.client.CacheClient
Actual number of entries in the local cache
getCacheStatus() - Method in class blazingcache.server.CacheServer
 
getChannel() - Method in class blazingcache.network.netty.NettyConnector
 
getChannel() - Method in class blazingcache.server.CacheServerSideConnection
 
getClientConnections() - Method in class blazingcache.server.CacheServerEndpoint
 
getClientId() - Method in class blazingcache.client.CacheClient
 
getClientId() - Method in interface blazingcache.network.ConnectionRequestInfo
 
getClientsForKey(String) - Method in class blazingcache.server.CacheStatus
 
getConnectionId() - Method in interface blazingcache.network.ServerSideConnection
 
getConnectionId() - Method in class blazingcache.server.CacheServerSideConnection
 
getConnections() - Method in class blazingcache.server.CacheServerEndpoint
 
getConnectionTimestamp() - Method in class blazingcache.client.CacheClient
 
getConnectTimeout() - Method in class blazingcache.network.netty.GenericNettyBrokerLocator
 
getConnectTimeout() - Method in class blazingcache.network.netty.NettyConnector
 
getDescription() - Method in class blazingcache.server.BroadcastRequestStatus
 
getExpirerPeriod() - Method in class blazingcache.server.CacheServer
 
getExpiretime() - Method in class blazingcache.client.CacheEntry
 
getHost() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getHost() - Method in class blazingcache.network.netty.NettyConnector
 
getHost() - Method in class blazingcache.network.ServerHostData
 
getId() - Method in class blazingcache.server.BroadcastRequestStatus
 
getKey() - Method in class blazingcache.client.CacheEntry
 
getKey() - Method in class blazingcache.client.KeyLock
 
getKeys() - Method in class blazingcache.server.CacheStatus
 
getKeysForClient(String) - Method in class blazingcache.server.CacheStatus
 
getLastGetTime() - Method in class blazingcache.client.CacheEntry
 
getLastReceivedMessageTs() - Method in class blazingcache.server.CacheServerSideConnection
 
getListenersCount() - Method in class blazingcache.server.CacheStatus.ClientRemovalResult
 
getLocalKeySetByPrefix(String) - Method in class blazingcache.client.CacheClient
Return the local key set
getLockId() - Method in class blazingcache.client.KeyLock
 
getLocks() - Method in class blazingcache.server.CacheStatus.ClientRemovalResult
 
getMaxMemory() - Method in class blazingcache.client.CacheClient
Maximum amount of memory used for storing entry values. 0 or negative to disable
getMessageId() - Method in class blazingcache.network.Message
 
getMessagesReceiver() - Method in class blazingcache.network.Channel
 
getPort() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getPort() - Method in class blazingcache.network.netty.NettyConnector
 
getPort() - Method in class blazingcache.network.ServerHostData
 
getRemaingClients() - Method in class blazingcache.server.BroadcastRequestStatus
 
getReplyMessageId() - Method in class blazingcache.network.Message
 
getSerializedData() - Method in class blazingcache.client.CacheEntry
 
getServer() - Method in class blazingcache.network.netty.GenericNettyBrokerLocator
 
getServer() - Method in class blazingcache.network.netty.NettyCacheServerLocator
 
getServer() - Method in class blazingcache.zookeeper.ZKCacheServerLocator
 
getSharedSecret() - Method in class blazingcache.client.CacheClient
 
getSharedSecret() - Method in interface blazingcache.network.ConnectionRequestInfo
 
getSharedSecret() - Method in class blazingcache.server.CacheServer
 
getSocketAddress() - Method in class blazingcache.network.ServerHostData
 
getSocketTimeout() - Method in class blazingcache.network.netty.GenericNettyBrokerLocator
 
getSocketTimeout() - Method in class blazingcache.network.netty.NettyConnector
 
getSslCertChainFile() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getSslCertFile() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getSslCertPassword() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getSslCiphers() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getState() - Method in class blazingcache.zookeeper.ZKClusterManager
 
getStatus() - Method in class blazingcache.client.CacheClient
 
getTotalEntryCount() - Method in class blazingcache.server.CacheStatus
 
getVersion() - Method in class blazingcache.network.ServerHostData
 
getWorkerThreads() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
getWorkerThreads() - Method in class blazingcache.server.CacheServer
 
getZooKeeper() - Method in class blazingcache.zookeeper.ZKClusterManager
 

H

hashCode() - Method in class blazingcache.server.CacheServerSideConnection
 
hashCode() - Method in class blazingcache.server.LockID
 
HashUtils - Class in blazingcache.network
Utility for Secure hashes
HashUtils() - Constructor for class blazingcache.network.HashUtils
 
host(String) - Method in class blazingcache.client.CacheClientBuilder
Host of the server for the SINGLESERVER mode

I

InboundMessageHandler - Class in blazingcache.network.netty
Handles messages
InboundMessageHandler(NettyChannel) - Constructor for class blazingcache.network.netty.InboundMessageHandler
 
invalidate(String) - Method in class blazingcache.client.CacheClient
Invalidates an entry from the local cache and blocks until any other client which holds the same entry has invalidated the entry locally
invalidate(String, KeyLock) - Method in class blazingcache.client.CacheClient
 
INVALIDATE(String, String) - Static method in class blazingcache.network.Message
 
INVALIDATE_BY_PREFIX(String, String) - Static method in class blazingcache.network.Message
 
invalidateByPrefix(String) - Method in class blazingcache.client.CacheClient
Same as CacheClient.invalidate(java.lang.String) but it applies to every entry whose key 'startsWith' the given prefix
invalidateByPrefix(String, String, SimpleCallback<String>) - Method in class blazingcache.server.CacheServer
 
invalidateKey(String, String, String, SimpleCallback<String>) - Method in class blazingcache.server.CacheServer
 
isConnected() - Method in class blazingcache.client.CacheClient
 
isLeader() - Method in class blazingcache.server.CacheServer
 
isSsl() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
isSsl() - Method in class blazingcache.network.netty.NettyConnector
 
isSsl() - Method in class blazingcache.network.ServerHostData
 
isValid() - Method in class blazingcache.network.Channel
 
isValid() - Method in class blazingcache.network.jvm.JVMChannel
 
isValid() - Method in class blazingcache.network.netty.NettyChannel
 

J

JVMChannel - Class in blazingcache.network.jvm
In-JVM comunications
JVMChannel() - Constructor for class blazingcache.network.jvm.JVMChannel
 
JVMServerLocator - Class in blazingcache.network.jvm
Connects to the broker inside the same JVM (for tests)
JVMServerLocator(CacheServer, boolean) - Constructor for class blazingcache.network.jvm.JVMServerLocator
 

K

KeyLock - Class in blazingcache.client
a client-side lock on a key
KeyLock() - Constructor for class blazingcache.client.KeyLock
 

L

lastGetTime - Variable in class blazingcache.client.CacheEntry
 
leadershipAcquired() - Method in class blazingcache.zookeeper.LeaderShipChangeListener
 
LeaderShipChangeListener - Class in blazingcache.zookeeper
Listener for leadership changes
LeaderShipChangeListener() - Constructor for class blazingcache.zookeeper.LeaderShipChangeListener
 
leadershipLost() - Method in class blazingcache.zookeeper.LeaderShipChangeListener
 
LOCAL() - Static method in class blazingcache.network.ServerHostData
 
localCacheServer(Object) - Method in class blazingcache.client.CacheClientBuilder
Pass a custom local CacheServer for LOCAL mode
lock(String) - Method in class blazingcache.client.CacheClient
 
LOCK(String, String) - Static method in class blazingcache.network.Message
 
LockID - Class in blazingcache.server
ID of a named lock
LockID(long) - Constructor for class blazingcache.server.LockID
 
lockKey(String, String, SimpleCallback<String>) - Method in class blazingcache.server.CacheServer
 

M

maxMemory(long) - Method in class blazingcache.client.CacheClientBuilder
Limit on the memory retained by the cache, the value is expressed in bytes
md5(byte[]) - Static method in class blazingcache.network.HashUtils
Compute a MD5 hash using Java built-in MessageDigest, and format the result in hex.
md5(String) - Static method in class blazingcache.network.HashUtils
 
Message - Class in blazingcache.network
A message (from broker to worker or from worker to broker)
Message(String, int, Map<String, Object>) - Constructor for class blazingcache.network.Message
 
MessageDecoder - Class in blazingcache.network.netty
 
MessageDecoder() - Constructor for class blazingcache.network.netty.MessageDecoder
 
messageId - Variable in class blazingcache.network.Message
 
messageReceived(Message) - Method in class blazingcache.client.CacheClient
 
messageReceived(Message) - Method in interface blazingcache.network.ChannelEventListener
Called for each message which is not a direct reply to another message.
messageReceived(Message) - Method in class blazingcache.network.netty.NettyChannel
 
messageReceived(Message) - Method in class blazingcache.server.CacheServerSideConnection
 
messageSent(Message, Throwable) - Method in interface blazingcache.network.SendResultCallback
 
messagesReceiver - Variable in class blazingcache.network.Channel
 
mode(CacheClientBuilder.Mode) - Method in class blazingcache.client.CacheClientBuilder
Discovery mode

N

NettyCacheServerLocator - Class in blazingcache.network.netty
Created by enrico.olivelli on 24/03/2015.
NettyCacheServerLocator(ServerHostData) - Constructor for class blazingcache.network.netty.NettyCacheServerLocator
 
NettyCacheServerLocator(String, int, boolean) - Constructor for class blazingcache.network.netty.NettyCacheServerLocator
 
NettyCacheServerLocator(List<InetSocketAddress>, boolean) - Constructor for class blazingcache.network.netty.NettyCacheServerLocator
 
NettyCacheServerLocator(String, int, String, int) - Constructor for class blazingcache.network.netty.NettyCacheServerLocator
 
NettyChannel - Class in blazingcache.network.netty
Channel implemented on Netty
NettyChannel(SocketChannel, ExecutorService, NettyConnector) - Constructor for class blazingcache.network.netty.NettyChannel
 
NettyChannelAcceptor - Class in blazingcache.network.netty
Accepts connections from workers
NettyChannelAcceptor(String, int, boolean) - Constructor for class blazingcache.network.netty.NettyChannelAcceptor
 
NettyConnector - Class in blazingcache.network.netty
Worker-side connector
NettyConnector(ChannelEventListener) - Constructor for class blazingcache.network.netty.NettyConnector
 
newBuilder() - Static method in class blazingcache.client.CacheClientBuilder
 

O

onResult(T, Throwable) - Method in interface blazingcache.server.SimpleCallback
If an error occurred than the error parameter will be not null, otherwise the result parameter will be the result of the action

P

parameters - Variable in class blazingcache.network.Message
 
parseHostdata(byte[]) - Static method in class blazingcache.network.ServerHostData
 
port(int) - Method in class blazingcache.client.CacheClientBuilder
Port of the server for the SINGLESERVER mode
put(String, byte[], long) - Method in class blazingcache.client.CacheClient
Put an entry on the local cache.
put(String, byte[], long, KeyLock) - Method in class blazingcache.client.CacheClient
 
PUT_ENTRY(String, String, byte[], long) - Static method in class blazingcache.network.Message
 
putEntry(String, byte[], long, String, String, SimpleCallback<String>) - Method in class blazingcache.server.CacheServer
 

R

register(BroadcastRequestStatus) - Static method in class blazingcache.server.BroadcastRequestStatusMonitor
 
registerKeyForClient(String, String, long) - Method in class blazingcache.server.CacheStatus
 
removeKeyByPrefixForClient(String, String) - Method in class blazingcache.server.CacheStatus
 
removeKeyForClient(String, String) - Method in class blazingcache.server.CacheStatus
 
ReplyCallback - Interface in blazingcache.network
Callback for async calls
replyMessageId - Variable in class blazingcache.network.Message
 
replyReceived(Message, Message, Throwable) - Method in interface blazingcache.network.ReplyCallback
 
requestLeadership() - Method in class blazingcache.zookeeper.ZKClusterManager
 

S

sendMessageWithAsyncReply(Message, ReplyCallback) - Method in class blazingcache.network.Channel
 
sendMessageWithAsyncReply(Message, ReplyCallback) - Method in class blazingcache.network.jvm.JVMChannel
 
sendMessageWithAsyncReply(Message, ReplyCallback) - Method in class blazingcache.network.netty.NettyChannel
 
sendMessageWithReply(Message, long) - Method in class blazingcache.network.Channel
 
sendOneWayMessage(Message, SendResultCallback) - Method in class blazingcache.network.Channel
 
sendOneWayMessage(Message, SendResultCallback) - Method in class blazingcache.network.jvm.JVMChannel
 
sendOneWayMessage(Message, SendResultCallback) - Method in class blazingcache.network.netty.NettyChannel
 
sendReplyMessage(Message, Message) - Method in class blazingcache.network.Channel
 
sendReplyMessage(Message, Message) - Method in class blazingcache.network.jvm.JVMChannel
 
sendReplyMessage(Message, Message) - Method in class blazingcache.network.netty.NettyChannel
 
SendResultCallback - Interface in blazingcache.network
Callback for async calls
ServerHostData - Class in blazingcache.network
Information about a broker
ServerHostData(String, int, String, boolean, Map<String, String>) - Constructor for class blazingcache.network.ServerHostData
 
ServerLocator - Interface in blazingcache.network
Locates the current broker
ServerNotAvailableException - Exception in blazingcache.network
No Broker is avilable
ServerNotAvailableException() - Constructor for exception blazingcache.network.ServerNotAvailableException
 
ServerNotAvailableException(Throwable) - Constructor for exception blazingcache.network.ServerNotAvailableException
 
ServerRejectedConnectionException - Exception in blazingcache.network
Broker rejected connection attempt
ServerRejectedConnectionException(String) - Constructor for exception blazingcache.network.ServerRejectedConnectionException
 
ServerSideConnection - Interface in blazingcache.network
A Connection registered on the broker
ServerSideConnectionAcceptor<T extends ServerSideConnection> - Interface in blazingcache.network
Interface implemented by the broker in order to accept/register incoming connections
setAcceptor(ServerSideConnectionAcceptor) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setBroker(CacheServer) - Method in class blazingcache.server.CacheServerSideConnection
 
setChannel(Channel) - Method in class blazingcache.server.CacheServerSideConnection
 
setClientId(String) - Method in class blazingcache.server.CacheServerSideConnection
 
setConnectionId(long) - Method in class blazingcache.server.CacheServerSideConnection
 
setConnectTimeout(int) - Method in class blazingcache.network.netty.GenericNettyBrokerLocator
 
setConnectTimeout(int) - Method in class blazingcache.network.netty.NettyConnector
 
setExpirerPeriod(int) - Method in class blazingcache.server.CacheServer
 
setHost(String) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setHost(String) - Method in class blazingcache.network.netty.NettyConnector
 
setKey(String) - Method in class blazingcache.client.KeyLock
 
setLockId(String) - Method in class blazingcache.client.KeyLock
 
setMaxMemory(long) - Method in class blazingcache.client.CacheClient
Maximum amount of memory used for storing entry values. 0 or negative to disable
setMessageId(String) - Method in class blazingcache.network.Message
 
setMessagesReceiver(ChannelEventListener) - Method in class blazingcache.network.Channel
 
setOtherSide(JVMChannel) - Method in class blazingcache.network.jvm.JVMChannel
 
setParameter(String, Object) - Method in class blazingcache.network.Message
 
setPort(int) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setPort(int) - Method in class blazingcache.network.netty.NettyConnector
 
setReplyMessageId(String) - Method in class blazingcache.network.Message
 
setSocketTimeout(int) - Method in class blazingcache.network.netty.GenericNettyBrokerLocator
 
setSocketTimeout(int) - Method in class blazingcache.network.netty.NettyConnector
 
setSsl(boolean) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setSsl(boolean) - Method in class blazingcache.network.netty.NettyConnector
 
setSslCertChainFile(File) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setSslCertFile(File) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setSslCertPassword(String) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setSslCiphers(List<String>) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setupCluster(String, int, String, ServerHostData) - Method in class blazingcache.server.CacheServer
 
setupSsl(File, String, File, List<String>) - Method in class blazingcache.server.CacheServer
 
setWorkerThreads(int) - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
setWorkerThreads(int) - Method in class blazingcache.server.CacheServer
 
sha1(byte[]) - Static method in class blazingcache.network.HashUtils
Compute a SHA-1 hash using Java built-in MessageDigest, and format the result in hex.
sha1(String) - Static method in class blazingcache.network.HashUtils
 
sha256(byte[]) - Static method in class blazingcache.network.HashUtils
Compute a SHA-256 hash using Java built-in MessageDigest, and format the result in hex.
sha256(String) - Static method in class blazingcache.network.HashUtils
 
SimpleCallback<T> - Interface in blazingcache.server
Generic callback
socketTimeout(int) - Method in class blazingcache.client.CacheClientBuilder
Socket timeout for sockets
socketTimeout - Variable in class blazingcache.network.netty.GenericNettyBrokerLocator
 
socketTimeout - Variable in class blazingcache.network.netty.NettyConnector
 
ssl(boolean) - Method in class blazingcache.client.CacheClientBuilder
SSL mode for the SINGLESERVER mode
stamp - Variable in class blazingcache.server.LockID
 
start() - Method in class blazingcache.client.CacheClient
Start the client.
start() - Method in class blazingcache.network.netty.NettyChannelAcceptor
 
start() - Method in class blazingcache.server.CacheServer
 
start() - Method in class blazingcache.zookeeper.ZKClusterManager
 
stop() - Method in class blazingcache.client.CacheClient
 

T

toString() - Method in class blazingcache.client.CacheEntry
 
toString() - Method in class blazingcache.network.jvm.JVMChannel
 
toString() - Method in class blazingcache.network.Message
 
toString() - Method in class blazingcache.network.netty.NettyCacheServerLocator
 
toString() - Method in class blazingcache.network.netty.NettyChannel
 
toString() - Method in class blazingcache.network.ServerHostData
 
toString() - Method in class blazingcache.server.CacheServerSideConnection
 
toString() - Method in class blazingcache.server.CacheStatus
 
toString() - Method in class blazingcache.server.LockID
 
toString() - Method in class blazingcache.zookeeper.ZKCacheServerLocator
 
TOUCH_ENTRY(String, String, long) - Static method in class blazingcache.network.Message
 
touchEntry(String, long) - Method in class blazingcache.client.CacheClient
Modifies the expireTime for a given entry.
touchEntry(String, long, KeyLock) - Method in class blazingcache.client.CacheClient
Modifies the expireTime for a given entry.
type - Variable in class blazingcache.network.Message
 
TYPE_ACK - Static variable in class blazingcache.network.Message
 
TYPE_CLIENT_CONNECTION_REQUEST - Static variable in class blazingcache.network.Message
 
TYPE_CLIENT_SHUTDOWN - Static variable in class blazingcache.network.Message
 
TYPE_ERROR - Static variable in class blazingcache.network.Message
 
TYPE_FETCH_ENTRY - Static variable in class blazingcache.network.Message
 
TYPE_INVALIDATE - Static variable in class blazingcache.network.Message
 
TYPE_INVALIDATE_BY_PREFIX - Static variable in class blazingcache.network.Message
 
TYPE_LOCK_ENTRY - Static variable in class blazingcache.network.Message
 
TYPE_PUT_ENTRY - Static variable in class blazingcache.network.Message
 
TYPE_TOUCH_ENTRY - Static variable in class blazingcache.network.Message
 
TYPE_UNLOCK_ENTRY - Static variable in class blazingcache.network.Message
 
TYPE_UNREGISTER_ENTRY - Static variable in class blazingcache.network.Message
 
typeToString(int) - Static method in class blazingcache.network.Message
 

U

unlock(KeyLock) - Method in class blazingcache.client.CacheClient
 
UNLOCK(String, String, String) - Static method in class blazingcache.network.Message
 
unlockKey(String, String, String, SimpleCallback<String>) - Method in class blazingcache.server.CacheServer
 
unregister(BroadcastRequestStatus) - Static method in class blazingcache.server.BroadcastRequestStatusMonitor
 
UNREGISTER_ENTRY(String, String) - Static method in class blazingcache.network.Message
 
unregisterEntry(String, String, SimpleCallback<String>) - Method in class blazingcache.server.CacheServer
 

V

validate() - Method in class blazingcache.server.CacheServerSideConnection
 
VALIDATED_CLIENT_PROVIDED_LOCK - Static variable in class blazingcache.server.LockID
 
valueOf(String) - Static method in enum blazingcache.client.CacheClientBuilder.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum blazingcache.client.CacheClientBuilder.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION() - Static method in class blazingcache.server.CacheServer
 

W

waitForConnection(int) - Method in class blazingcache.client.CacheClient
Waits for the client to establish the first connection to the server
waitForDisconnection(int) - Method in class blazingcache.client.CacheClient
Waits for the client to be disconnected
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class blazingcache.network.netty.DataMessageEncoder
 

Z

ZKCacheServerLocator - Class in blazingcache.zookeeper
Locates master broker using ZK
ZKCacheServerLocator(Supplier<ZooKeeper>, String) - Constructor for class blazingcache.zookeeper.ZKCacheServerLocator
 
ZKCacheServerLocator(String, int, String) - Constructor for class blazingcache.zookeeper.ZKCacheServerLocator
 
ZKClusterManager - Class in blazingcache.zookeeper
Cluster Management
ZKClusterManager(String, int, String, LeaderShipChangeListener, byte[]) - Constructor for class blazingcache.zookeeper.ZKClusterManager
 
zkConnectString(String) - Method in class blazingcache.client.CacheClientBuilder
Zookeeper connection string
zkPath(String) - Method in class blazingcache.client.CacheClientBuilder
Zookeeper Path for discovery
zkSessionTimeout(int) - Method in class blazingcache.client.CacheClientBuilder
Timeout for the Zookeeper client
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016. All rights reserved.