Uses of Interface
io.fluxzero.sdk.common.Entry
Packages that use Entry
Package
Description
-
Uses of Entry in io.fluxzero.sdk.modeling
Classes in io.fluxzero.sdk.modeling that implement EntryModifier and TypeClassDescriptionprotected classRepresents a buffered update to a handler instance (either index or delete).Methods in io.fluxzero.sdk.modeling that return types with arguments of type EntryModifier and TypeMethodDescriptionCollection<? extends Entry<?>> BatchingHandlerRepository.findByAssociation(Map<Object, String> associations) Collection<? extends Entry<Object>> DefaultHandlerRepository.findByAssociation(Map<Object, String> associations) Collection<? extends Entry<?>> HandlerRepository.findByAssociation(Map<Object, String> associations) Finds all handler instances that match the given set of associations.Collection<? extends Entry<?>> BatchingHandlerRepository.getAll()Collection<? extends Entry<?>> DefaultHandlerRepository.getAll()Collection<? extends Entry<?>> HandlerRepository.getAll()Retrieves all currently stored handler instances.BatchingHandlerRepository.removeOutdatedValues(Collection<? extends Entry<?>> delegateResult) Method parameters in io.fluxzero.sdk.modeling with type arguments of type EntryModifier and TypeMethodDescriptionBatchingHandlerRepository.removeOutdatedValues(Collection<? extends Entry<?>> delegateResult) -
Uses of Entry in io.fluxzero.sdk.persisting.search
Classes in io.fluxzero.sdk.persisting.search that implement Entry -
Uses of Entry in io.fluxzero.sdk.tracking.handling
Constructors in io.fluxzero.sdk.tracking.handling with parameters of type EntryModifierConstructorDescriptionStatefulHandlerInvoker(HandlerInvoker delegate, Entry<?> currentEntry, DeserializingMessage message)