INVALID_SOCKTFD| Constructor and Description |
|---|
CmRdmaSocket(AltibaseProperties aProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CmConnType |
getConnType() |
int |
getSocketFD() |
int |
getSockRcvBufSize() |
int |
getSockSndBufSize() |
void |
open(java.net.SocketAddress aSockAddr,
java.lang.String aBindAddr,
int aLoginTimeout) |
int |
read(java.nio.ByteBuffer aBuffer)
non-blocking ¸ðµå·Î JNI ³»ºÎ¿¡¼ timeout µ¿ÀÛ
|
void |
setResponseTimeout(int aResponseTimeout) |
void |
setSockRcvBufSize(int aSockRcvBufSize) |
void |
setSockSndBufSize(int aSockSndBufSize) |
int |
write(java.nio.ByteBuffer aBuffer)
non-blocking ¸ðµå·Î JNI ³»ºÎ¿¡¼ timeout µ¿ÀÛ
|
public CmRdmaSocket(AltibaseProperties aProps)
public CmConnType getConnType()
getConnType in interface CmSocketpublic void open(java.net.SocketAddress aSockAddr,
java.lang.String aBindAddr,
int aLoginTimeout)
throws java.sql.SQLException
public void close()
throws java.io.IOException
public int read(java.nio.ByteBuffer aBuffer)
throws java.io.IOException
public int write(java.nio.ByteBuffer aBuffer)
throws java.io.IOException
public int getSockSndBufSize()
getSockSndBufSize in interface CmSocketpublic int getSockRcvBufSize()
getSockRcvBufSize in interface CmSocketpublic void setSockSndBufSize(int aSockSndBufSize)
throws java.io.IOException
setSockSndBufSize in interface CmSocketjava.io.IOExceptionpublic void setSockRcvBufSize(int aSockRcvBufSize)
throws java.io.IOException
setSockRcvBufSize in interface CmSocketjava.io.IOExceptionpublic int getSocketFD()
throws java.sql.SQLException
getSocketFD in interface CmSocketjava.sql.SQLExceptionpublic void setResponseTimeout(int aResponseTimeout)
setResponseTimeout in interface CmSocket