public class GroupDataSummaryFactory extends Object implements com.yahoo.sketches.tuple.SummaryFactory
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
SERIALIZED |
static int |
SERIALIZED_SIZE |
static GroupDataSummarySetOperations |
SUMMARY_OPERATIONS |
| Constructor and Description |
|---|
GroupDataSummaryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.yahoo.sketches.tuple.DeserializeResult<GroupDataSummaryFactory> |
fromMemory(com.yahoo.memory.Memory summaryFactory)
Needed to deserialize an instance of this
GroupDataSummaryFactory from a Memory. |
com.yahoo.sketches.tuple.SummarySetOperations |
getSummarySetOperations() |
com.yahoo.sketches.tuple.Summary |
newSummary() |
com.yahoo.sketches.tuple.DeserializeResult |
summaryFromMemory(com.yahoo.memory.Memory serializedSummary) |
byte[] |
toByteArray() |
public static final int SERIALIZED_SIZE
public static final byte[] SERIALIZED
public static final GroupDataSummarySetOperations SUMMARY_OPERATIONS
public com.yahoo.sketches.tuple.Summary newSummary()
newSummary in interface com.yahoo.sketches.tuple.SummaryFactorypublic com.yahoo.sketches.tuple.SummarySetOperations getSummarySetOperations()
getSummarySetOperations in interface com.yahoo.sketches.tuple.SummaryFactorypublic com.yahoo.sketches.tuple.DeserializeResult summaryFromMemory(com.yahoo.memory.Memory serializedSummary)
summaryFromMemory in interface com.yahoo.sketches.tuple.SummaryFactorypublic byte[] toByteArray()
toByteArray in interface com.yahoo.sketches.tuple.SummaryFactorypublic static com.yahoo.sketches.tuple.DeserializeResult<GroupDataSummaryFactory> fromMemory(com.yahoo.memory.Memory summaryFactory)
GroupDataSummaryFactory from a Memory.summaryFactory - The serialized summary factory.DeserializeResult representing the deserialized summary factory.Copyright © 2021. All rights reserved.