Searched defs:concurrency (Results 1 - 12 of 12) sorted by relevance

/openjdk9/jdk/src/java.base/windows/native/libnio/ch/
H A DIocp.c61 Java_sun_nio_ch_Iocp_createIoCompletionPort(JNIEnv* env, jclass this, jlong handle, jlong existingPort, jint completionKey, jint concurrency) argument
/openjdk9/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DScheduledTickleService.java49 private static final int concurrency = 2; field in class:ScheduledTickleService
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DIocp.java422 createIoCompletionPort(long handle, long existingPort, int completionKey, int concurrency) argument
/openjdk9/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSet.java434 void setConcurrency(int concurrency) throws SQLException; argument
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DBaseRowSet.java448 private int concurrency = ResultSet.CONCUR_UPDATABLE; field in class:BaseRowSet
996 public void setConcurrency(int concurrency) throws SQLException { argument
[all...]
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubWebRowSetImpl.java425 public void setConcurrency(int concurrency) throws SQLException { argument
H A DStubSyncResolver.java212 public void setConcurrency(int concurrency) throws SQLException { argument
H A DStubFilteredRowSetImpl.java439 public void setConcurrency(int concurrency) throws SQLException { argument
H A DStubCachedRowSetImpl.java394 public void setConcurrency(int concurrency) throws SQLException { argument
H A DStubJdbcRowSetImpl.java218 public void setConcurrency(int concurrency) throws SQLException { argument
H A DStubJoinRowSetImpl.java509 public void setConcurrency(int concurrency) throws SQLException { argument
/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java2620 boolean supportsResultSetConcurrency(int type, int concurrency) argument

Completed in 354 milliseconds