|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FOStoreInput in org.apache.jdo.impl.fostore |
Fields in org.apache.jdo.impl.fostore declared as FOStoreInput | |
private FOStoreInput |
FOStoreServerConnectionImpl.clientDataInput
Used by server to read client's requests. |
private FOStoreInput |
FieldFetcher.fin
Read values from here. |
Methods in org.apache.jdo.impl.fostore that return FOStoreInput | |
FOStoreInput |
FOStoreServerConnection.getInputFromClient()
Provides a DataInput from which the server can read the client's requests. |
FOStoreInput |
FOStoreServerConnectionImpl.getInputFromClient()
Provides a DataInput from which the server can read the client's requests. |
Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreInput | |
void |
FOStoreServerConnection.setClientInput(FOStoreInput in)
Set client data stream. |
(package private) static Block |
FOStoreDatabase.createBlock(FOStoreInput in,
int length)
|
void |
FOStoreServerConnectionImpl.setClientInput(FOStoreInput fi)
|
protected Block |
InsertHandler.readBlock(FOStoreInput in)
|
Constructors in org.apache.jdo.impl.fostore with parameters of type FOStoreInput | |
Block(FOStoreInput in,
int length)
|
|
FieldFetcher(FOStoreInput fin,
FOStoreModel model,
org.apache.jdo.pm.PersistenceManagerInternal pm,
java.lang.ClassLoader candidateLoader)
|
|
FieldFetcher(FOStoreInput fin,
FOStoreModel model,
org.apache.jdo.pm.PersistenceManagerInternal pm,
java.lang.ClassLoader candidateLoader,
boolean skip)
Called by AID when PK fields are written sequentially independent of their actual field numbers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |