Class HazelcastStore

java.lang.Object
com.corundumstudio.socketio.store.HazelcastStore
All Implemented Interfaces:
Store

public class HazelcastStore extends Object implements Store
  • Constructor Details

    • HazelcastStore

      public HazelcastStore(UUID sessionId, com.hazelcast.core.HazelcastInstance hazelcastInstance)
  • Method Details

    • set

      public void set(String key, Object val)
      Specified by:
      set in interface Store
    • get

      public <T> T get(String key)
      Specified by:
      get in interface Store
    • has

      public boolean has(String key)
      Specified by:
      has in interface Store
    • del

      public void del(String key)
      Specified by:
      del in interface Store