public interface TextCommandService
void processRequest(TextCommand command)
void sendResponse(TextCommand textCommand)
void lock(String mapName, String key) throws InterruptedException
InterruptedException
int getAdjustedTTLSeconds(int ttl)
long incrementDeleteHitCount(int inc)
long incrementDeleteMissCount()
long incrementGetHitCount()
long incrementGetMissCount()
long incrementSetCount()
long incrementIncHitCount()
long incrementIncMissCount()
long incrementDecrHitCount()
long incrementDecrMissCount()
long incrementTouchCount()
int size(String queueName)
queueName
- name of the distributed queuevoid deleteAll(String mapName)
Stats getStats()
Node getNode()
byte[] toByteArray(Object value)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.