Uses of Class
com.swiftmq.swiftlet.store.StoreEntry
-
Packages that use StoreEntry Package Description com.swiftmq.swiftlet.store -
-
Uses of StoreEntry in com.swiftmq.swiftlet.store
Methods in com.swiftmq.swiftlet.store that return StoreEntry Modifier and Type Method Description StoreEntryNonPersistentStore. get(java.lang.Object key)Get a store entry.StoreEntryPersistentStore. get(java.lang.Object key)Get a store entry.Methods in com.swiftmq.swiftlet.store with parameters of type StoreEntry Modifier and Type Method Description voidNonPersistentStore. insert(StoreEntry storeEntry)Insert a store entry.voidStoreWriteTransaction. insert(StoreEntry storeEntry)Insert a new store entry.
-