Class VolumeDetached

  • All Implemented Interfaces:
    com.google.common.base.Predicate<Attachment>, Predicate<Attachment>

    public class VolumeDetached
    extends Object
    implements com.google.common.base.Predicate<Attachment>
    Tests to see if a volume is detached.
    • Field Detail

      • logger

        protected Logger logger
    • Method Detail

      • apply

        public boolean apply​(Attachment attachment)
        Specified by:
        apply in interface com.google.common.base.Predicate<Attachment>