K - リージョンキーのクラス型。V - リージョン値のクラス型。public static class SnapshotServiceFactoryBean.SnapshotMetadata<K,V> extends ObjectSE
| 修飾子と型 | フィールドと説明 |
|---|---|
protected static boolean | DEFAULT_INVOKE_CALLBACKS |
protected static boolean | DEFAULT_PARALLEL |
protected static org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat | DEFAULT_SNAPSHOT_FORMAT |
| コンストラクターと説明 |
|---|
SnapshotMetadata(FileSE location) |
SnapshotMetadata(FileSE location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
SnapshotMetadata(FileSE location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format, org.apache.geode.cache.snapshot.SnapshotFilter<K, V> filter) |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.apache.geode.cache.snapshot.SnapshotFilter<K, V> | getFilter() |
org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat | getFormat() |
FileSE | getLocation() |
boolean | isDirectory() |
boolean | isFile() |
boolean | isFilterPresent() |
boolean | isInvokeCallbacks() |
boolean | isParallel() |
void | setInvokeCallbacks(boolean invokeCallbacks) |
void | setParallel(boolean parallel) |
StringSE | toString() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEprotected static final boolean DEFAULT_INVOKE_CALLBACKS
protected static final boolean DEFAULT_PARALLEL
protected static final org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat DEFAULT_SNAPSHOT_FORMAT
public SnapshotMetadata(FileSE location)
public SnapshotMetadata(FileSE location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format)
public boolean isDirectory()
public boolean isFile()
public FileSE getLocation()
public org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat getFormat()
public boolean isFilterPresent()
public void setInvokeCallbacks(boolean invokeCallbacks)
public boolean isInvokeCallbacks()
public void setParallel(boolean parallel)
public boolean isParallel()
public StringSE toString()
ObjectSE の toStringSE Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.