public interface TextCommandService
Modifier and Type | Method and Description |
---|---|
Object |
delete(String mapName,
String key) |
Object |
get(String mapName,
String key) |
int |
getAdjustedTTLSeconds(int ttl) |
byte[] |
getByteArray(String mapName,
String key) |
Node |
getNode() |
Stats |
getStats() |
long |
incrementDeleteCount() |
long |
incrementGetCount() |
long |
incrementHitCount() |
long |
incrementSetCount() |
boolean |
offer(String queueName,
Object value) |
Object |
poll(String queueName) |
Object |
poll(String queueName,
int seconds) |
void |
processRequest(TextCommand command) |
Object |
put(String mapName,
String key,
Object value,
int ttlSeconds) |
Object |
putIfAbsent(String mapName,
String key,
Object value,
int ttlSeconds) |
Object |
replace(String mapName,
String key,
Object value) |
void |
sendResponse(TextCommand textCommand) |
void processRequest(TextCommand command)
void sendResponse(TextCommand textCommand)
int getAdjustedTTLSeconds(int ttl)
long incrementGetCount()
long incrementSetCount()
long incrementDeleteCount()
long incrementHitCount()
Stats getStats()
Node getNode()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.