public static abstract class

Index.Operation

extends Object
java.lang.Object
   ↳ com.atlassian.jira.index.Index.Operation

Class Overview

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.

Summary

[Expand]
Inherited Methods
From class java.lang.Object