public class Queue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Queue.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Queue(String name,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
static Queue.Builder |
builder() |
boolean |
equals(Object obj) |
com.google.common.base.Optional<Map<String,String>> |
getMetadata() |
String |
getName() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Queue.Builder |
toBuilder() |
String |
toString() |
public String getName()
public com.google.common.base.Optional<Map<String,String>> getMetadata()
protected com.google.common.base.Objects.ToStringHelper string()
public static Queue.Builder builder()
public Queue.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.