public class PayaraHazelcastTenant extends Object implements com.hazelcast.spi.tenantcontrol.TenantControl, com.hazelcast.nio.serialization.DataSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
clearThreadContext() |
boolean |
isAvailable(com.hazelcast.spi.tenantcontrol.Tenantable tenantable) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
registerObject(com.hazelcast.spi.tenantcontrol.DestroyEventContext destroyContext) |
com.hazelcast.spi.tenantcontrol.TenantControl.Closeable |
setTenant() |
void |
unregisterObject() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public void registerObject(com.hazelcast.spi.tenantcontrol.DestroyEventContext destroyContext)
registerObject in interface com.hazelcast.spi.tenantcontrol.TenantControlpublic void unregisterObject()
unregisterObject in interface com.hazelcast.spi.tenantcontrol.TenantControlpublic com.hazelcast.spi.tenantcontrol.TenantControl.Closeable setTenant()
setTenant in interface com.hazelcast.spi.tenantcontrol.TenantControlpublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic boolean isAvailable(com.hazelcast.spi.tenantcontrol.Tenantable tenantable)
isAvailable in interface com.hazelcast.spi.tenantcontrol.TenantControlpublic void clearThreadContext()
clearThreadContext in interface com.hazelcast.spi.tenantcontrol.TenantControlCopyright © 2021. All rights reserved.