org.terracotta.collections.quartz
Interface DistributedSortedSet.Element<K>

Enclosing class:
DistributedSortedSet<E>

public static interface DistributedSortedSet.Element<K>


Method Summary
 void clearLocal()
           
 K getKey()
           
 void serialize()
           
 

Method Detail

getKey

K getKey()

clearLocal

void clearLocal()

serialize

void serialize()


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