public class LockTransitionModel
extends org.apache.helix.participant.statemachine.StateModel
| Constructor and Description |
|---|
LockTransitionModel(String lockName) |
| Modifier and Type | Method and Description |
|---|---|
void |
dropped(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
lock(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
release(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
toOffLine(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
toStandBy(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
public LockTransitionModel(String lockName)
public void lock(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context)
public void release(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context)
public void toOffLine(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context)
public void toStandBy(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context)
public void dropped(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.