com.atlassian.jira.index
Class Index.Operation

java.lang.Object
  extended by com.atlassian.jira.index.Index.Operation
Enclosing interface:
Index

public abstract static class Index.Operation
extends Object

An operation that is performed on an Index. See Operations for factory methods.

Note: this is not an interface to prevent clients implementing it. All clients need to now is that they have an Index.Operation that will do a create/delete/update/whatever, not how it is implemented.


Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.