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 the pipe did not already exist and the creation was successful.

Cautions

none