Uses of Class
com.hazelcast.hibernate.serialization.ExpiryMarker
Packages that use ExpiryMarker
Package
Description
This class contains the Hibernate 5 serializer hooks so that we don't
lose handling on serialization while working on Hibernate.
-
Uses of ExpiryMarker in com.hazelcast.hibernate.serialization
Methods in com.hazelcast.hibernate.serialization that return ExpiryMarkerModifier and TypeMethodDescriptionExpiryMarker.expire(long timestamp) Expire the marker.abstract ExpiryMarkerExpirable.markForExpiration(long timeout, String nextMarkerId) Mark the entry for expiration with the given timeout and marker id.ExpiryMarker.markForExpiration(long timeout, String nextMarkerId) Value.markForExpiration(long timeout, String nextMarkerId) Methods in com.hazelcast.hibernate.serialization with parameters of type ExpiryMarkerModifier and TypeMethodDescriptionabstract booleanExpirable.matches(ExpiryMarker lock) booleanExpiryMarker.matches(ExpiryMarker lock) booleanValue.matches(ExpiryMarker lock)