| 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 |
|---|---|
protected List<DeviceUsage> |
ApplicationMain.calculateDeviceUsage(UserAction action,
List<DeviceUsage> oldDeviceUsage) |
protected CharSequence |
ApplicationMain.calculateFavouriteDevice(List<DeviceUsage> deviceUsage) |
| Modifier and Type | Field and Description |
|---|---|
List<DeviceUsage> |
UserProfile.device_usage
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceUsage |
DeviceUsage.Builder.build() |
static DeviceUsage |
DeviceUsage.fromByteBuffer(ByteBuffer b)
Deserializes a DeviceUsage from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<DeviceUsage> |
DeviceUsage.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<DeviceUsage> |
DeviceUsage.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<DeviceUsage> |
UserProfile.getDeviceUsage()
Gets the value of the 'device_usage' field.
|
List<DeviceUsage> |
UserProfile.Builder.getDeviceUsage()
Gets the value of the 'device_usage' field.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceUsage.Builder |
DeviceUsage.newBuilder(DeviceUsage other)
Creates a new DeviceUsage RecordBuilder by copying an existing DeviceUsage instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserProfile.setDeviceUsage(List<DeviceUsage> value)
Sets the value of the 'device_usage' field.
|
UserProfile.Builder |
UserProfile.Builder.setDeviceUsage(List<DeviceUsage> value)
Sets the value of the 'device_usage' field.
|
| Constructor and Description |
|---|
UserProfile(CharSequence user_id,
Long actions_count,
org.joda.time.DateTime last_action,
CharSequence favourite_device,
List<DeviceUsage> device_usage)
All-args constructor.
|
Copyright © 2017. All rights reserved.