OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.opensplice.dds.sub.PreAllocatorImpl< TYPE > Class Template Reference
Inheritance diagram for org.opensplice.dds.sub.PreAllocatorImpl< TYPE >:
Inheritance graph
Collaboration diagram for org.opensplice.dds.sub.PreAllocatorImpl< TYPE >:
Collaboration graph

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 ()
 

Detailed Description

Definition at line 36 of file PreAllocatorImpl.java.

Constructor & Destructor Documentation

◆ PreAllocatorImpl()

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.

Member Function Documentation

◆ getDataSeqHolder()

Object org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.getDataSeqHolder ( )

◆ getInfoSeqHolder()

SampleInfoSeqHolder org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.getInfoSeqHolder ( )

◆ getSampleList()

List<Sample<TYPE> > org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.getSampleList ( )

◆ setSampleList()

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.

◆ updateReferences()

void org.opensplice.dds.sub.PreAllocatorImpl< TYPE >.updateReferences ( )

The documentation for this class was generated from the following file: