Package | Description |
---|---|
com.neurosys.hazelcast.etl | |
com.neurosys.hazelcast.service |
Modifier and Type | Class and Description |
---|---|
class |
SetupHazelCastInstance<V extends VMConnectInfo>
Setup this VM on a single group name.
Note: The SetupHazelCastInstance.groupName derived from getVmId() decides the cluster. |
class |
SetupHazelCastInstances<V extends VMConnectInfo>
Deprecated.
Use
SetupHazelCastInstance instead |
Modifier and Type | Method and Description |
---|---|
VMConnectInfo |
SetupHazelCastInstance.getVMInfo() |
Modifier and Type | Method and Description |
---|---|
SetupHazelCastInstance |
SetupHazelCastInstance.addVM(VMConnectInfo vmInfo)
Add a VM to an
SetupHazelCastInstance.init() ialized HazelcastInstance |
static String |
SetupHazelCastInstance.getInstanceName(VMConnectInfo vmInfo)
Generate a handle from
VMConnectInfo so that if one wants to retrieve the actual Hazelcast.getHazelcastInstanceByName(String) ,
then they both agree and a raw instance can be fetched from the native HazelCast API. |
Constructor and Description |
---|
SetupHazelCastInstance(VMConnectInfo vminfo) |
Modifier and Type | Method and Description |
---|---|
Supplier<List<VMConnectInfo>> |
SetupHazelCastListeners.getVmConnectInfosSupplier() |
Modifier and Type | Method and Description |
---|---|
void |
SetupHazelCastListeners.setVmConnectInfosSupplier(Supplier<List<VMConnectInfo>> vmConnectInfos) |
Copyright © 2018. All rights reserved.