blob: d679003a0dfbfb7cefab5364ab8980df089a1857 [file] [log] [blame]
package com.gemstone.gemfire.cache.hdfs.internal;
import java.io.DataOutput;
import java.io.IOException;
public interface QueuedPersistentEvent {
public byte[] getRawKey();
public void toHoplogEventBytes(DataOutput out) throws IOException;
}