Package | Description |
---|---|
com.hazelcast.instance | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl | |
com.hazelcast.transaction.impl |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastInstanceFactory |
class |
HazelcastInstanceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
CoreService
Marker interface for core Hazelcast services.
|
class |
OperationAccessor |
Modifier and Type | Method and Description |
---|---|
Executor |
ExecutionServiceImpl.getCachedExecutor() |
Node |
NodeEngineImpl.getNode() |
Operation[] |
NodeEngineImpl.getPostJoinOperations()
Post join operations must be lock free; means no locks at all;
no partition locks, no key-based locks, no service level locks!
Post join operations should return response, at least a null response.
|
<T> T |
NodeEngineImpl.getService(String serviceName) |
Collection<ServiceInfo> |
NodeEngineImpl.getServiceInfos(Class serviceClass) |
<S> Collection<S> |
NodeEngineImpl.getServices(Class<S> serviceClass)
Returns a list of services matching provides service class/interface.
|
void |
NodeEngineImpl.handlePacket(Packet packet) |
void |
NodeEngineImpl.onClientDisconnected(String clientUuid) |
void |
NodeEngineImpl.onMemberLeft(MemberImpl member) |
void |
NodeEngineImpl.onPartitionMigrate(MigrationInfo migrationInfo) |
void |
NodeEngineImpl.shutdown(boolean terminate) |
void |
NodeEngineImpl.start() |
Modifier and Type | Class and Description |
---|---|
class |
TransactionAccessor |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.