public static class StructuredDataProcessor.ProcessResults extends Object
StructuredDataProcessor| Constructor and Description |
|---|
ProcessResults() |
| Modifier and Type | Method and Description |
|---|---|
StructuredDataProcessor.ProcessResults |
addLiteralField(ArrayList<NestedPathPart> fieldPath,
int sizeOfValue) |
StructuredDataProcessor.ProcessResults |
addSize(int size) |
int |
getEstimatedSize()
Estimated size in bytes of the data processed
|
Set<ArrayList<NestedPathPart>> |
getLiteralFields()
Set of paths which contain simple values
|
boolean |
hasObjects()
Returns true if
|
StructuredDataProcessor.ProcessResults |
merge(StructuredDataProcessor.ProcessResults other) |
StructuredDataProcessor.ProcessResults |
setHasObjects() |
StructuredDataProcessor.ProcessResults |
withSize(int size) |
public Set<ArrayList<NestedPathPart>> getLiteralFields()
public int getEstimatedSize()
public boolean hasObjects()
public StructuredDataProcessor.ProcessResults addSize(int size)
public StructuredDataProcessor.ProcessResults addLiteralField(ArrayList<NestedPathPart> fieldPath, int sizeOfValue)
public StructuredDataProcessor.ProcessResults withSize(int size)
public StructuredDataProcessor.ProcessResults setHasObjects()
public StructuredDataProcessor.ProcessResults merge(StructuredDataProcessor.ProcessResults other)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.