public class

DynamicComposite

extends AbstractComposite
java.lang.Object
   ↳ java.util.AbstractCollection<E>
     ↳ java.util.AbstractList<E>
       ↳ com.netflix.astyanax.model.AbstractComposite
         ↳ com.netflix.astyanax.model.DynamicComposite

Summary

[Expand]
Inherited Fields
From class com.netflix.astyanax.model.AbstractComposite
From class java.util.AbstractList
Public Constructors
DynamicComposite()
DynamicComposite(Object... o)
DynamicComposite(List<?> l)
Public Methods
static DynamicComposite fromByteBuffer(ByteBuffer byteBuffer)
static ByteBuffer toByteBuffer(List<?> l)
static ByteBuffer toByteBuffer(Object... o)
[Expand]
Inherited Methods
From class com.netflix.astyanax.model.AbstractComposite
From class java.util.AbstractList
From class java.util.AbstractCollection
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.List

Public Constructors

public DynamicComposite ()

public DynamicComposite (Object... o)

public DynamicComposite (List<?> l)

Public Methods

public static DynamicComposite fromByteBuffer (ByteBuffer byteBuffer)

public static ByteBuffer toByteBuffer (List<?> l)

public static ByteBuffer toByteBuffer (Object... o)