Serialized Form


Package org.terracotta.async.exceptions

Class org.terracotta.async.exceptions.AsyncException extends Exception implements Serializable

Class org.terracotta.async.exceptions.BusyProcessingException extends AsyncException implements Serializable

Class org.terracotta.async.exceptions.ExistingRunningThreadException extends AsyncException implements Serializable

Class org.terracotta.async.exceptions.ProcessingException extends AsyncException implements Serializable


Package org.terracotta.cache.serialization

Class org.terracotta.cache.serialization.CustomLifespanSerializedEntry extends SerializedEntry<T> implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.terracotta.cache.serialization.ObjectStreamClassNotLocalException extends RuntimeException implements Serializable

Class org.terracotta.cache.serialization.SerializedEntry extends AbstractTimestampedValue<byte[]> implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.terracotta.cluster

Class org.terracotta.cluster.UnclusteredObjectException extends RuntimeException implements Serializable

Serialized Fields

unclusteredObject

Object unclusteredObject

Package org.terracotta.collections

Class org.terracotta.collections.ConcurrentBlockingQueue extends AbstractQueue<E> implements Serializable

Serialized Fields

capacity

int capacity

head

org.terracotta.collections.ConcurrentBlockingQueue.Node<E> head

last

org.terracotta.collections.ConcurrentBlockingQueue.Node<E> last

count

AtomicInteger count

takeLock

ReadWriteLock takeLock

putLock

ReadWriteLock putLock

takeWriteLock

Lock takeWriteLock

putWriteLock

Lock putWriteLock

notEmpty

Condition notEmpty

notFull

Condition notFull

Class org.terracotta.collections.TerracottaList extends AbstractCollection<E> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

Package org.terracotta.counter

Class org.terracotta.counter.BoundedCounter extends SimpleCounterImpl implements Serializable

Serialized Fields

minBound

long minBound

maxBound

long maxBound

Class org.terracotta.counter.SimpleCounterImpl extends Object implements Serializable

Serialized Fields

value

AtomicLong value

Package org.terracotta.locking

Class org.terracotta.locking.TerracottaCondition extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

originalLock

Lock originalLock

realCondition

org.terracotta.locking.TerracottaCondition.SyncCondition realCondition

Class org.terracotta.locking.TerracottaReadWriteLock extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

synchronousWrite

boolean synchronousWrite

readLock

Lock readLock

writeLock

Lock writeLock

Package org.terracotta.search

Class org.terracotta.search.SearchException extends Exception implements Serializable


Package org.terracotta.util

Class org.terracotta.util.TerracottaAtomicLong extends Number implements Serializable

Serialized Fields

lock

ReadWriteLock lock

value

long value



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.