MCPcopy Create free account
hub / github.com/oracle/coherence / getPort

Method getPort

prj/coherence-core/src/main/java/com/tangosol/util/UUID.java:374–378  ·  view source on GitHub ↗

Determine the port portion of the UUID. Note that the port is a 28-bit value; the first nibble is always 0x0. @return the port portion of the UID

()

Source from the content-addressed store, hash-verified

372 * @return the port portion of the UID
373 */
374 public int getPort()
375 {
376 ensureConstructed();
377 return m_nPort & ~MASK_ALLFLAGS;
378 }
379
380 /**
381 * Determine the "counter" portion of the UUID that ensures that two UUIDs

Callers 1

mainMethod · 0.95

Calls 1

ensureConstructedMethod · 0.95

Tested by

no test coverage detected