Constructor and Description |
---|
VolumePredicates() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Volume> |
greaterThan(long sizeInMb) |
static com.google.common.base.Predicate<Volume> |
greaterThanOrEqual(long sizeInMb) |
static com.google.common.base.Predicate<Volume> |
lesserThan(long sizeInMb) |
static com.google.common.base.Predicate<Volume> |
lesserThanOrEquals(long sizeInMb) |
static com.google.common.base.Predicate<Volume> |
name(String... names) |
public static com.google.common.base.Predicate<Volume> greaterThan(long sizeInMb)
public static com.google.common.base.Predicate<Volume> greaterThanOrEqual(long sizeInMb)
public static com.google.common.base.Predicate<Volume> lesserThan(long sizeInMb)
public static com.google.common.base.Predicate<Volume> lesserThanOrEquals(long sizeInMb)
Copyright © 2009-2013 jclouds. All Rights Reserved.