| Package | Description | 
|---|---|
| com.streambase.liveview.client | 
 Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TablePublisher | 
Table.getTablePublisher(String publisherName)
Retrieve a publisher instance allowing a client to publish data to this table with the default buffer size  
TablePublisher.PUBLISH_BUFFER_SIZE_DEFAULT and
 flush interval TablePublisher.PUBLISH_INTERVAL_DEFAULT. | 
TablePublisher | 
Table.getTablePublisher(String publisherName,
                 int bufferSize,
                 long flushInterval,
                 TimeUnit flushIntervalTimeUnit)
Retrieve a publisher instance allowing the client to publish data to the table. 
 | 
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.