com.netflix.astyanax.model
Class DynamicComposite
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Object>
com.netflix.astyanax.model.AbstractComposite
com.netflix.astyanax.model.DynamicComposite
- All Implemented Interfaces:
- Comparable<AbstractComposite>, Iterable<Object>, Collection<Object>, List<Object>
public class DynamicComposite
- extends AbstractComposite
Methods inherited from class com.netflix.astyanax.model.AbstractComposite |
add, addAll, addAll, addComponent, addComponent, addComponent, addComponent, addComponent, clear, compareTo, componentsIterator, containsAll, deserialize, get, get, getAliasesToComparatorMapping, getBytes, getComparatorsByPosition, getComponent, getComponents, getSerializersByPosition, getSerializerToComparatorMapping, getShortLength, getWithShortLength, isDynamic, remove, removeAll, retainAll, serialize, set, setAliasesToComparatorMapping, setComparatorByPosition, setComparatorsByPosition, setComparatorsByPosition, setComponent, setComponent, setComponent, setComponents, setSerializerByPosition, setSerializersByPosition, setSerializersByPosition, setSerializerToComparatorMapping, size |
DynamicComposite
public DynamicComposite()
DynamicComposite
public DynamicComposite(Object... o)
DynamicComposite
public DynamicComposite(List<?> l)
fromByteBuffer
public static DynamicComposite fromByteBuffer(ByteBuffer byteBuffer)
toByteBuffer
public static ByteBuffer toByteBuffer(Object... o)
toByteBuffer
public static ByteBuffer toByteBuffer(List<?> l)
Copyright © 2012. All Rights Reserved.