|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivateApi | |
---|---|
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.partition | Contains the partition logic for Hazelcast. |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. |
com.hazelcast.util | This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. |
Uses of PrivateApi in com.hazelcast.instance |
---|
Classes in com.hazelcast.instance with annotations of type PrivateApi | |
---|---|
class |
HazelcastInstanceFactory
|
class |
HazelcastInstanceImpl
|
Uses of PrivateApi in com.hazelcast.partition |
---|
Classes in com.hazelcast.partition with annotations of type PrivateApi | |
---|---|
class |
InternalPartitionLostEvent
Internal event that is dispatched to @see com.hazelcast.spi.PartitionAwareService#onPartitionLost() It contains the partition id, number of replicas that is lost and the address of node that detects the partition lost |
interface |
PartitionEventListener<T extends PartitionEvent>
PartitionEventListener is a base interface for partition-related event listeners |
Uses of PrivateApi in com.hazelcast.spi |
---|
Classes in com.hazelcast.spi with annotations of type PrivateApi | |
---|---|
interface |
CoreService
Marker interface for core Hazelcast services. |
class |
OperationAccessor
Allows access to certain attributes on an Operation. |
Uses of PrivateApi in com.hazelcast.transaction.impl.xa |
---|
Classes in com.hazelcast.transaction.impl.xa with annotations of type PrivateApi | |
---|---|
class |
TransactionAccessor
|
Uses of PrivateApi in com.hazelcast.util |
---|
Methods in com.hazelcast.util with annotations of type PrivateApi | ||
---|---|---|
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(ILogger logger,
Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
|
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(ILogger logger,
String message,
Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
|
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
|
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(String message,
Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
|
static
|
FutureUtil.returnWithDeadline(Collection<Future<V>> futures,
long timeout,
TimeUnit timeUnit)
|
|
static
|
FutureUtil.returnWithDeadline(Collection<Future<V>> futures,
long timeout,
TimeUnit timeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
static
|
FutureUtil.returnWithDeadline(Collection<Future<V>> futures,
long overallTimeout,
TimeUnit overallTimeUnit,
long perFutureTimeout,
TimeUnit perFutureTimeUnit)
|
|
static
|
FutureUtil.returnWithDeadline(Collection<Future<V>> futures,
long overallTimeout,
TimeUnit overallTimeUnit,
long perFutureTimeout,
TimeUnit perFutureTimeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
static void |
FutureUtil.waitWithDeadline(Collection<Future> futures,
long timeout,
TimeUnit timeUnit)
|
|
static void |
FutureUtil.waitWithDeadline(Collection<Future> futures,
long timeout,
TimeUnit timeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
static void |
FutureUtil.waitWithDeadline(Collection<Future> futures,
long overallTimeout,
TimeUnit overallTimeUnit,
long perFutureTimeout,
TimeUnit perFutureTimeUnit)
|
|
static void |
FutureUtil.waitWithDeadline(Collection<Future> futures,
long overallTimeout,
TimeUnit overallTimeUnit,
long perFutureTimeout,
TimeUnit perFutureTimeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |