|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<java.lang.Object>
com.netflix.astyanax.model.AbstractComposite
com.netflix.astyanax.model.DynamicComposite
public class DynamicComposite
| 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 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 |
|---|
public DynamicComposite()
public DynamicComposite(java.lang.Object... o)
public DynamicComposite(java.util.List<?> l)
| Method Detail |
|---|
public static DynamicComposite fromByteBuffer(java.nio.ByteBuffer byteBuffer)
public static java.nio.ByteBuffer toByteBuffer(java.lang.Object... o)
public static java.nio.ByteBuffer toByteBuffer(java.util.List<?> l)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||