Cluster.createLocalNamedPipe()

Signature

boolean createLocalNamedPipe(String pipeName, int capacity)

Domain

ACTION, CONDITION, QUERY

Description

Creates a per-JVM in-memory blocking queue/pipe for inter-thread communication.

Parameters

NameTypeDescription
pipeNameStringName of the pipe
capacityintMaximum capacity of the pipe

Returns

TypeDescription
booleantrue if no pipe was previously registered with the specified name, false if a pipe was already registered with the specified name

Cautions

none