Skip to content

Commit

Permalink
Merge pull request #77 from ml054/v5.4
Browse files Browse the repository at this point in the history
sync with .net: 7505f83f81499517d0174d3728b3d8b8d9138722..e73bbc2392f…
  • Loading branch information
ml054 authored Oct 10, 2023
2 parents fcecc2e + 6f98138 commit a9e6864
Show file tree
Hide file tree
Showing 87 changed files with 2,380 additions and 300 deletions.
6 changes: 6 additions & 0 deletions src/main/java/net/ravendb/client/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private Headers() {}
public static final String REFRESH_TOPOLOGY = "Refresh-Topology";

public static final String TOPOLOGY_ETAG = "Topology-Etag";
public static final String CLUSTER_TOPOLOGY_ETAG = "Cluster-Topology-Etag";

public static final String LAST_KNOWN_CLUSTER_TRANSACTION_INDEX = "Known-Raft-Index";

Expand Down Expand Up @@ -121,13 +122,18 @@ public static class TimeSeries {
}

public static class CompareExchange {
public static final String RVN_ATOMIC_PREFIX = "rvn-atomic/";
public static final String OBJECT_FIELD_NAME = "Object";
}

public static class Indexes {
public static final String INDEXING_STATIC_SEARCH_ENGINE_TYPE = "Indexing.Static.SearchEngineType";
}

public static class Identities {
public static final Character DEFAULT_SEPARATOR = '/';
}

public static class Obsolete {
public static final String GRAPH_API = "Graph API will be removed in next major version of the product.";
}
Expand Down
Loading

0 comments on commit a9e6864

Please sign in to comment.