| Package | Description |
|---|---|
| com.datawizards.kafka.streams | |
| com.datawizards.model |
| Modifier and Type | Method and Description |
|---|---|
protected List<DeviceUsage> |
ApplicationMain.calculateDeviceUsage(UserAction action,
List<DeviceUsage> oldDeviceUsage) |
| Modifier and Type | Method and Description |
|---|---|
UserAction |
UserAction.Builder.build() |
static UserAction |
UserAction.fromByteBuffer(ByteBuffer b)
Deserializes a UserAction from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<UserAction> |
UserAction.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<UserAction> |
UserAction.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static UserAction.Builder |
UserAction.newBuilder(UserAction other)
Creates a new UserAction RecordBuilder by copying an existing UserAction instance.
|
Copyright © 2017. All rights reserved.