ArrayIndexTypeMask, ArrayIndexTypeShift, IsArrayElementMask, IsArrayElementShift, IsRootMask, IsRootShift, opType| Constructor and Description |
|---|
DBList(InsertContext.OpType t) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object element) |
boolean |
add(Object e) |
boolean |
addAll(Collection<? extends Object> c) |
boolean |
addAll(int index,
Collection<? extends Object> c) |
void |
addToDBList(KeyValue keyValue) |
void |
addToDBListWithFlags(KeyValue keyValue) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
void |
createOrInsert(Iterator<org.ojai.FieldSegment> iter,
KeyValue inKeyValue,
InsertContext ctx) |
void |
delete(Iterator<org.ojai.FieldSegment> iter) |
Object |
get(int index) |
int |
indexOf(Object o) |
void |
insert(int index,
KeyValue child,
InsertContext ctx)
LIST interface END
|
void |
insertValueWithFlags(int index,
KeyValue child) |
boolean |
IsAbsoluteIndexType() |
boolean |
isEmpty() |
Iterator<Object> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Object> |
listIterator() |
ListIterator<Object> |
listIterator(int index) |
Object |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
void |
removeFromList(int index) |
void |
restoreArrayOrder(Map<Integer,String> idToCFNameMap) |
boolean |
retainAll(Collection<?> c) |
Object |
set(int index,
Object element) |
DBList |
shallowCopy() |
int |
size() |
List<Object> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toString() |
String |
toStringWithTimestamp() |
asReader, equals, equals, getArrayIndexType, getBinary, getBoolean, getByte, getCFRootId, getDate, getDateAsInt, getDecimal, getDouble, getFloat, getInt, getInterval, getIntervalAsLong, getKey, getList, getLong, getMap, getObject, getOpType, getOrderOfField, getRecord, getShort, getString, getTime, getTimeAsInt, getTimeDescriptor, getTimestamp, getTimestampAsLong, getType, isArrayElement, isContainerType, isPartOfNonDefaultColumnFamily, isRoot, isRootOfColumnFamily, restoreKVOrder, setArrayIndex, setArrayIndexType, setCFRootId, setIsArrayElement, setIsRoot, setKey, setOpTypeAndFlags, setOrderOfField, setPartOfNonDefaultColumnFamily, setRecursiveNonDefaultColumnFamily, setRootFlags, setRootOfColumnFamily, toString, updateChecksumKeyValue, updateChecksumPrimaryType, valueToStringpublic DBList(InsertContext.OpType t)
public boolean IsAbsoluteIndexType()
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Object e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Object>containsAll in interface List<Object>public boolean addAll(Collection<? extends Object> c)
public boolean addAll(int index,
Collection<? extends Object> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<Object>public ListIterator<Object> listIterator()
listIterator in interface List<Object>public ListIterator<Object> listIterator(int index)
listIterator in interface List<Object>public void insert(int index,
KeyValue child,
InsertContext ctx)
ctx - public void insertValueWithFlags(int index,
KeyValue child)
public void removeFromList(int index)
public void createOrInsert(Iterator<org.ojai.FieldSegment> iter, KeyValue inKeyValue, InsertContext ctx)
public void addToDBList(KeyValue keyValue)
public void addToDBListWithFlags(KeyValue keyValue)
public void delete(Iterator<org.ojai.FieldSegment> iter)
public DBList shallowCopy()
shallowCopy in class KeyValuepublic String toStringWithTimestamp()
toStringWithTimestamp in class KeyValueCopyright © 2016 Mapr Technologies, Inc.. All rights reserved.