FifoQueue.Options

public static class FifoQueue.Options

Optional attributes for FifoQueue

Public Methods

FifoQueue.Options
capacity(Long capacity)
FifoQueue.Options
container(String container)
FifoQueue.Options
shapes(List<Shape> shapes)
FifoQueue.Options
sharedName(String sharedName)

Inherited Methods

Public Methods

public FifoQueue.Options capacity (Long capacity)

Parameters
capacity The upper bound on the number of elements in this queue. Negative numbers mean no limit.

public FifoQueue.Options container (String container)

Parameters
container If non-empty, this queue is placed in the given container. Otherwise, a default container is used.

public FifoQueue.Options shapes (List<Shape> shapes)

Parameters
shapes The shape of each component in a value. The length of this attr must be either 0 or the same as the length of component_types. If the length of this attr is 0, the shapes of queue elements are not constrained, and only one element may be dequeued at a time.

public FifoQueue.Options sharedName (String sharedName)

Parameters
sharedName If non-empty, this queue will be shared under the given name across multiple sessions.