Package | Description |
---|---|
com.hazelcast.hibernate.distributed |
Provides distributed class for Hibernate.
|
com.hazelcast.hibernate.serialization |
This class contains the Hibernate4 serializer hooks so what we don't
loose handling on serialization while working on hibernate
|
Constructor and Description |
---|
UnlockEntryProcessor(ExpiryMarker lock,
String nextMarkerId,
long timestamp) |
UpdateEntryProcessor(ExpiryMarker lock,
Object newValue,
Object newVersion,
String nextMarkerId,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
ExpiryMarker |
ExpiryMarker.expire(long timestamp)
Expire the marker.
|
ExpiryMarker |
MarkerWrapper.getMarker() |
ExpiryMarker |
Value.markForExpiration(long timeout,
String nextMarkerId) |
abstract ExpiryMarker |
Expirable.markForExpiration(long timeout,
String nextMarkerId)
Mark the entry for expiration with the given timeout and marker id.
|
ExpiryMarker |
ExpiryMarker.markForExpiration(long timeout,
String nextMarkerId) |
Modifier and Type | Method and Description |
---|---|
boolean |
Value.matches(ExpiryMarker lock) |
abstract boolean |
Expirable.matches(ExpiryMarker lock) |
boolean |
ExpiryMarker.matches(ExpiryMarker lock) |
Constructor and Description |
---|
MarkerWrapper(ExpiryMarker marker) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.