com.taobao.metamorphosis.server.store
类 ArchiveDeletePolicy

java.lang.Object
  继承者 com.taobao.metamorphosis.server.store.DiscardDeletePolicy
      继承者 com.taobao.metamorphosis.server.store.ArchiveDeletePolicy
所有已实现的接口:
DeletePolicy

public class ArchiveDeletePolicy
extends DiscardDeletePolicy

归档策略

作者:
boyan

字段摘要
static String NAME
           
 
从类 com.taobao.metamorphosis.server.store.DiscardDeletePolicy 继承的字段
maxReservedTime
 
构造方法摘要
ArchiveDeletePolicy()
           
 
方法摘要
 void init(String... values)
          初始化
 String name()
          策略名称
 void process(File file)
          归档数据文件
 
从类 com.taobao.metamorphosis.server.store.DiscardDeletePolicy 继承的方法
canDelete
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NAME

public static final String NAME
另请参见:
常量字段值
构造方法详细信息

ArchiveDeletePolicy

public ArchiveDeletePolicy()
方法详细信息

name

public String name()
从接口 DeletePolicy 复制的描述
策略名称

指定者:
接口 DeletePolicy 中的 name
覆盖:
DiscardDeletePolicy 中的 name
返回:

init

public void init(String... values)
从接口 DeletePolicy 复制的描述
初始化

指定者:
接口 DeletePolicy 中的 init
覆盖:
DiscardDeletePolicy 中的 init

process

public void process(File file)
归档数据文件

指定者:
接口 DeletePolicy 中的 process
覆盖:
DiscardDeletePolicy 中的 process


Copyright © 2010–2013. All rights reserved.