Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.spi.tenantcontrol |
Classes for tenant control
|
Modifier and Type | Method and Description |
---|---|
static <K,V> TenantControl |
CacheConfigAccessor.getTenantControl(CacheConfig<K,V> cacheConfig) |
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
CacheConfigAccessor.setTenantControl(CacheConfig<K,V> cacheConfig,
TenantControl tenantControl) |
Modifier and Type | Field and Description |
---|---|
static TenantControl |
TenantControl.NOOP_TENANT_CONTROL
Default no-op tenant control
|
Modifier and Type | Method and Description |
---|---|
TenantControl |
TenantControlFactory.saveCurrentTenant(DestroyEventContext event)
To be called from the application's thread to connect a Hazelcast object
with a particular tenant, e.g.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.