Uses of Class
de.hybris.platform.servicelayer.web.session.persister.AsyncSessionPersisterOperation
-
Packages that use AsyncSessionPersisterOperation Package Description de.hybris.platform.servicelayer.web.session.persister -
-
Uses of AsyncSessionPersisterOperation in de.hybris.platform.servicelayer.web.session.persister
Methods in de.hybris.platform.servicelayer.web.session.persister that return types with arguments of type AsyncSessionPersisterOperation Modifier and Type Method Description protected java.util.List<AsyncSessionPersisterOperation>AsyncSessionPersisterRunnable. drainQueue()java.util.concurrent.BlockingQueue<AsyncSessionPersisterOperation>AsyncSessionPersisterRunnable. getQueue()Method parameters in de.hybris.platform.servicelayer.web.session.persister with type arguments of type AsyncSessionPersisterOperation Modifier and Type Method Description protected java.util.Collection<PersistedSession>AsyncSessionPersisterRunnable. deduplicateQueuedSessions(java.util.List<AsyncSessionPersisterOperation> fifoSessionHolders, java.util.Set<java.lang.String> sessionsToRemove)
-