Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ensureInitialized (0.07 seconds)

  1. 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 {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:12:28 GMT 2025
    - 5.2K bytes
    - Click Count (0)
  2. 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);
        }
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 02:53:50 GMT 2025
    - 35.9K bytes
    - Click Count (0)
Back to Top