storm.trident.state.map
Interface RemovableMapState<T>

All Superinterfaces:
State
All Known Implementing Classes:
MemoryMapState

public interface RemovableMapState<T>
extends State


Method Summary
 void multiRemove(List<List<Object>> keys)
           
 
Methods inherited from interface storm.trident.state.State
beginCommit, commit
 

Method Detail

multiRemove

void multiRemove(List<List<Object>> keys)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.