gov.lanl.archive
Interface Index

All Known Subinterfaces:
PagingIndex
All Known Implementing Classes:
IndexImplB, IndexImplC

public interface Index


Method Summary
 boolean add(Memento m)
           
 void close()
           
 void delete(String url, String date, CallBack callback)
           
 Memento get(String url, Date accessdatetime)
           
 List getMementos(String url)
           
 Date getRecent(String url)
           
 List getUntil(String date, String startkey)
           
 void processUnload(String date, UnloadCallBack ucallback)
           
 

Method Detail

add

boolean add(Memento m)

get

Memento get(String url,
            Date accessdatetime)

getRecent

Date getRecent(String url)

getMementos

List getMementos(String url)

close

void close()

getUntil

List getUntil(String date,
              String startkey)

processUnload

void processUnload(String date,
                   UnloadCallBack ucallback)

delete

void delete(String url,
            String date,
            CallBack callback)


Copyright © 2013. All Rights Reserved.