- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ensureInitialized (0.07 sec)
-
src/main/java/jcifs/internal/smb2/rdma/disni/DisniRdmaProvider.java
ensureInitialized(); return new DisniMemoryRegion(buffer, access, endpoint); } /** * Initialize DiSNI components if not already initialized * * @throws IOException if initialization fails */ private void ensureInitialized() throws IOException { if (!initialized) { try {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.2K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
ensureInitialized(); return new DisniRdmaConnection(remote, local, endpointGroup); } @Override public RdmaMemoryRegion registerMemory(ByteBuffer buffer, EnumSet<RdmaAccess> access) throws IOException { ensureInitialized(); return new DisniMemoryRegion(buffer, access, endpoint); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0)