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 StoreEntry
NonPersistentStore. get(java.lang.Object key)
Get a store entry.StoreEntry
PersistentStore. 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 void
NonPersistentStore. insert(StoreEntry storeEntry)
Insert a store entry.void
StoreWriteTransaction. insert(StoreEntry storeEntry)
Insert a new store entry.
-