| Package | Description |
|---|---|
| cgl.narada.event |
This package contains classes and interfaces specific to the native NaradaBrokering event type.
|
| ds.granules.dataset |
This package contains functionality related to datasets that deployed application instances need to operate on.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NBEventImpl
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NBEvent |
NBEventGenerator.generateEvent(int templateId,
int source,
boolean suppressDistToSource,
boolean timestamp,
boolean useHRtimestamp,
boolean useNtpTimestamp,
int timeToLive,
boolean generateId,
boolean isCorrelated,
EventID correlationId,
boolean persistent,
int priority,
int contentSynopsisType,
java.lang.Object contentSynopsis,
byte[] contentPayload)
Deprecated.
|
NBEvent |
NBEventGenerator.getCoalescedEvent(NBEvent fragmentEvent,
byte[] coalescedPayload)
Deprecated.
This method is used to create a coalesced event from the information
supplied by the coalescing service.
|
NBEvent |
NBEventGenerator.getFragmentedEvent(NBEvent nbEvent,
java.lang.String filename,
long originalLength,
byte[] fragmentedPayload,
int fragmentNumber,
int totalNumberOfFragments,
long fragmentationEpoch)
Deprecated.
This method is used to create a fragmented event from the information
supplied by the fragmentation service.
|
static NBEvent |
NBEventGenerator.unmarshallEvent(byte[] nbEventBytes)
Deprecated.
|
NBEvent |
NBEventGenerator.updateContentSynopsisInfo(NBEvent nbEvent,
int contentSynopsisType,
java.lang.Object contentSynopsis)
Deprecated.
|
NBEvent |
NBEventGenerator.updateTimestampInfo(NBEvent nbEvent,
long publishTimestamp)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NBEvent |
NBEventGenerator.getCoalescedEvent(NBEvent fragmentEvent,
byte[] coalescedPayload)
Deprecated.
This method is used to create a coalesced event from the information
supplied by the coalescing service.
|
NBEvent |
NBEventGenerator.getFragmentedEvent(NBEvent nbEvent,
java.lang.String filename,
long originalLength,
byte[] fragmentedPayload,
int fragmentNumber,
int totalNumberOfFragments,
long fragmentationEpoch)
Deprecated.
This method is used to create a fragmented event from the information
supplied by the fragmentation service.
|
static void |
NBEventGenerator.setEventType(NBEvent nbEvent,
int eventType)
Deprecated.
|
void |
NBEventGenerator.setPayload(NBEvent nbEvent,
byte[] newPayload)
Deprecated.
|
void |
NBEventGenerator.updateAssertionsInformation(NBEvent nbEvent,
java.lang.String assertions)
Deprecated.
This method is used to update security information for an event
|
void |
NBEventGenerator.updateCompressionInformation(NBEvent nbEvent,
java.lang.String compressionAlgo,
long originalPayloadLength,
boolean isPayloadCompressionFinalStep,
byte[] compressedPayload)
Deprecated.
This method is used to update compression information for an event
|
NBEvent |
NBEventGenerator.updateContentSynopsisInfo(NBEvent nbEvent,
int contentSynopsisType,
java.lang.Object contentSynopsis)
Deprecated.
|
static void |
NBEventGenerator.updateDistributionTraces(NBEvent nbEvent,
DistributionTraces traces)
Deprecated.
|
void |
NBEventGenerator.updateEncryptedPayloadInformation(NBEvent nbEvent,
byte[] securePayload,
byte[] cipherIV,
java.lang.String cipherMode,
java.lang.String cipherPaddingScheme)
Deprecated.
|
static void |
NBEventGenerator.updateIntegrityInformation(NBEvent nbEvent,
java.lang.String digestScheme,
byte[] messageDigest)
Deprecated.
This method is used to update integrity information for an event
|
void |
NBEventGenerator.updateSignatureInformation(NBEvent nbEvent,
java.lang.String signatureAlgorithm,
byte[] signature)
Deprecated.
|
void |
NBEventGenerator.updateSlicedInformation(NBEvent nbEvent,
int sliceStartingPoint,
int sliceEndingPoint)
Deprecated.
This method is used to update slice information for an event
|
NBEvent |
NBEventGenerator.updateTimestampInfo(NBEvent nbEvent,
long publishTimestamp)
Deprecated.
|
void |
NBEventGenerator.updateWithDecompressedPayload(NBEvent nbEvent,
byte[] decompressedPayload)
Deprecated.
|
void |
NBEventGenerator.updateWithDecryptedPayload(NBEvent nbEvent,
byte[] decryptedPayload)
Deprecated.
|
void |
NBEventGenerator.updateWithEncryptedPayload(NBEvent nbEvent,
byte[] encryptedPayload)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NBEvent |
StreamDatasetImplLegacy.getStreamingData()
Deprecated.
|
NBEvent |
StreamingAccess.getStreamingData()
Deprecated.
Retrieves a portion of the streaming dataset when data is available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamDatasetImplLegacy.writeStreamingData(NBEvent nbEvent)
Deprecated.
|
void |
StreamingAccess.writeStreamingData(NBEvent nbEvent)
Deprecated.
This method writes data to the output dataset.
|