public class MapToFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MapToFactory.MAP_TYPE |
Constructor and Description |
---|
MapToFactory() |
Modifier and Type | Method and Description |
---|---|
static AMapToData |
create(int size,
boolean zeros,
IntArrayList[] values) |
static AMapToData |
create(int size,
int numTuples) |
static long |
estimateInMemorySize(int size,
int numTuples) |
static AMapToData |
readIn(DataInput in) |
public static AMapToData create(int size, boolean zeros, IntArrayList[] values)
public static AMapToData create(int size, int numTuples)
public static long estimateInMemorySize(int size, int numTuples)
public static AMapToData readIn(DataInput in) throws IOException
IOException
Copyright © 2021 The Apache Software Foundation. All rights reserved.