Uses of Class
org.terracotta.utilities.test.net.PortManager.PortRef.CloseOption
-
Packages that use PortManager.PortRef.CloseOption Package Description org.terracotta.utilities.test.net -
-
Uses of PortManager.PortRef.CloseOption in org.terracotta.utilities.test.net
Fields in org.terracotta.utilities.test.net with type parameters of type PortManager.PortRef.CloseOption Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<java.util.function.BiConsumer<java.lang.Integer,java.util.Set<PortManager.PortRef.CloseOption>>>PortManager.AllocatedPort. closerprivate java.util.concurrent.atomic.AtomicReference<java.util.function.BiConsumer<java.lang.Integer,java.util.Set<PortManager.PortRef.CloseOption>>>PortManager.PortRef. closersMethods in org.terracotta.utilities.test.net that return PortManager.PortRef.CloseOption Modifier and Type Method Description static PortManager.PortRef.CloseOptionPortManager.PortRef.CloseOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PortManager.PortRef.CloseOption[]PortManager.PortRef.CloseOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terracotta.utilities.test.net that return types with arguments of type PortManager.PortRef.CloseOption Modifier and Type Method Description private java.util.concurrent.atomic.AtomicReference<java.util.function.BiConsumer<java.lang.Integer,java.util.Set<PortManager.PortRef.CloseOption>>>PortManager.PortRef. closers()Gets the "closers"AtomicReferencefor use during weak-reference release.Method parameters in org.terracotta.utilities.test.net with type arguments of type PortManager.PortRef.CloseOption Modifier and Type Method Description voidPortManager.PortRef. close(java.util.Set<PortManager.PortRef.CloseOption> options)Closes thisPortRefusing the options provided.private voidPortManager. diagnosticReleaseCheck(int port, java.util.Set<PortManager.PortRef.CloseOption> options)Checks that the port being released is actually free and emits a detailed log message if not.(package private) voidPortManager.PortRef. onClose(java.util.function.BiConsumer<java.lang.Integer,java.util.Set<PortManager.PortRef.CloseOption>> action)Prepends a close action to thisPortRef.private voidPortManager. release(int port, java.util.Set<PortManager.PortRef.CloseOption> options)
-