public class DocumentIndexedEventArgs extends EventArgs
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentIndexedEventArgs(int shardIndex,
String documentKey)
Initializes a new instance of the
DocumentIndexedEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
protected static DocumentIndexedEventArgs |
create(int shardIndex,
String documentKey) |
String |
getDocumentKey()
Gets the document key.
|
int |
getShardIndex()
Gets the shard index.
|
protected DocumentIndexedEventArgs(int shardIndex,
String documentKey)
DocumentIndexedEventArgs class.shardIndex - The shard index.documentKey - The document key.protected static DocumentIndexedEventArgs create(int shardIndex, String documentKey)
public final String getDocumentKey()
public final int getShardIndex()
Copyright © 2026. All rights reserved.