public static class Machine.ActiveMemberPredicate extends Object implements com.google.common.base.Predicate<Machine>
Predicate that returns true when passed a
Machine that is an active pool member -- it has been allocated
from the underlying infrastructure (MachineState.REQUESTED,
MachineState.PENDING or MachineState.RUNNING) and is an
active pool member (MembershipStatus.isActive()).| Constructor and Description |
|---|
ActiveMemberPredicate() |
Copyright © 2011–2017 Elastisys. All rights reserved.