com.netflix.astyanax.model
Class DynamicComposite

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<java.lang.Object>
          extended by com.netflix.astyanax.model.AbstractComposite
              extended by com.netflix.astyanax.model.DynamicComposite
All Implemented Interfaces:
java.lang.Comparable<AbstractComposite>, java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>, java.util.List<java.lang.Object>

public class DynamicComposite
extends AbstractComposite


Nested Class Summary
 
Nested classes/interfaces inherited from class com.netflix.astyanax.model.AbstractComposite
AbstractComposite.Component<T>, AbstractComposite.ComponentEquality
 
Field Summary
 
Fields inherited from class com.netflix.astyanax.model.AbstractComposite
DEFAULT_ALIAS_TO_COMPARATOR_MAPPING, DEFAULT_SERIALIZER_TO_COMPARATOR_MAPPING
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DynamicComposite()
           
DynamicComposite(java.util.List<?> l)
           
DynamicComposite(java.lang.Object... o)
           
 
Method Summary
static DynamicComposite fromByteBuffer(java.nio.ByteBuffer byteBuffer)
           
static java.nio.ByteBuffer toByteBuffer(java.util.List<?> l)
           
static java.nio.ByteBuffer toByteBuffer(java.lang.Object... o)
           
 
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
 
Methods inherited from class java.util.AbstractList
add, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
contains, isEmpty, remove, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
contains, isEmpty, remove, toArray, toArray
 

Constructor Detail

DynamicComposite

public DynamicComposite()

DynamicComposite

public DynamicComposite(java.lang.Object... o)

DynamicComposite

public DynamicComposite(java.util.List<?> l)
Method Detail

fromByteBuffer

public static DynamicComposite fromByteBuffer(java.nio.ByteBuffer byteBuffer)

toByteBuffer

public static java.nio.ByteBuffer toByteBuffer(java.lang.Object... o)

toByteBuffer

public static java.nio.ByteBuffer toByteBuffer(java.util.List<?> l)