Uses of Class
org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
-
Uses of GCloudSessionDataStore.ExpiryInfo in org.eclipse.jetty.gcloud.session
Modifier and TypeMethodDescriptionprotected Set<GCloudSessionDataStore.ExpiryInfo>
GCloudSessionDataStore.queryExpiryByEntity()
A less efficient query to find sessions whose expiry time has passed: retrieves the whole Entity.protected Set<GCloudSessionDataStore.ExpiryInfo>
GCloudSessionDataStore.queryExpiryByEntity
(long timeLimit) A less efficient query to find sessions whose expiry time is before the given timeLimit.protected Set<GCloudSessionDataStore.ExpiryInfo>
GCloudSessionDataStore.queryExpiryByIndex()
An efficient query to find sessions whose expiry time has passed: uses a projection query, which requires indexes to be uploaded.protected Set<GCloudSessionDataStore.ExpiryInfo>
GCloudSessionDataStore.queryExpiryByIndex
(long timeLimit) An efficient query to find sessions whose expiry time is before the given timeLimit: uses a projection query, which requires indexes to be uploaded.