![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
PreAllocatorImpl (OsplServiceEnvironment environment, Class<?> dataSeqHolderClaz, Field dataSeqHolderValueField, Class< TYPE > dataClaz, List< Sample< TYPE >> preAllocated) | |
Object | getDataSeqHolder () |
SampleInfoSeqHolder | getInfoSeqHolder () |
List< Sample< TYPE > > | getSampleList () |
void | setSampleList (List< Sample< TYPE >> preAllocated) |
void | updateReferences () |
Definition at line 36 of file PreAllocatorImpl.java.
org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.PreAllocatorImpl | ( | OsplServiceEnvironment | environment, |
Class<?> | dataSeqHolderClaz, | ||
Field | dataSeqHolderValueField, | ||
Class< TYPE > | dataClaz, | ||
List< Sample< TYPE >> | preAllocated | ||
) |
Definition at line 47 of file PreAllocatorImpl.java.
Object org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.getDataSeqHolder | ( | ) |
Implements org.opensplice.dds.sub.PreAllocator< TYPE >.
Definition at line 165 of file PreAllocatorImpl.java.
SampleInfoSeqHolder org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.getInfoSeqHolder | ( | ) |
Implements org.opensplice.dds.sub.PreAllocator< TYPE >.
Definition at line 170 of file PreAllocatorImpl.java.
List<Sample<TYPE> > org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.getSampleList | ( | ) |
Implements org.opensplice.dds.sub.PreAllocator< TYPE >.
Definition at line 175 of file PreAllocatorImpl.java.
void org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.setSampleList | ( | List< Sample< TYPE >> | preAllocated | ) |
Implements org.opensplice.dds.sub.PreAllocator< TYPE >.
Definition at line 60 of file PreAllocatorImpl.java.
void org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.updateReferences | ( | ) |
Implements org.opensplice.dds.sub.PreAllocator< TYPE >.
Definition at line 122 of file PreAllocatorImpl.java.